PromptRecognizeNumbersOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class PromptRecognizeNumbersOptions : Microsoft.Bot.Builder.Dialogs.IPromptRecognizeNumbersOptions
type PromptRecognizeNumbersOptions = class
interface IPromptRecognizeNumbersOptions
Public Class PromptRecognizeNumbersOptions
Implements IPromptRecognizeNumbersOptions
- Inheritance
-
PromptRecognizeNumbersOptions
- Implements
Constructors
PromptRecognizeNumbersOptions() |
Properties
IntegerOnly |
(Optional) If true, then only integers will be recognized. |
MaxValue |
(Optional) Maximum value allowed. |
MinValue |
(Optional) Minimum value allowed. |