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

Name Description
PromptRecognizeNumbersOptions()

Properties

Name Description
IntegerOnly

(Optional) If true, then only integers will be recognized.

MaxValue

(Optional) Maximum value allowed.

MinValue

(Optional) Minimum value allowed.

Applies to