PromptRecognizeNumbersOptions Class

Definition

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.

Applies to