Share via


RecognizeNumber<T> Class

Definition

Recognize a numeric field.

public sealed class RecognizeNumber<T> : Microsoft.Bot.Builder.FormFlow.Advanced.RecognizePrimitive<T> where T : class
type RecognizeNumber<'T (requires 'T : null)> = class
    inherit RecognizePrimitive<'T (requires 'T : null)>
Public NotInheritable Class RecognizeNumber(Of T)
Inherits RecognizePrimitive(Of T)

Type Parameters

T

Form state.

Inheritance
RecognizeNumber<T>

Constructors

RecognizeNumber<T>(IField<T>)

Construct a numeric recognizer for a field.

Fields

_field

Field being filled information.

(Inherited from RecognizePrimitive<T>)

Methods

Help(T, Object)
HelpArgs(T, Object)

Return the help template args for current choice and no preference.

(Inherited from RecognizePrimitive<T>)
Matches(IMessageActivity, Object) (Inherited from RecognizePrimitive<T>)
Parse(String)
PromptArgs()
ValidInputs(Object)
ValueDescription(Object)
ValueDescriptions() (Inherited from RecognizePrimitive<T>)
Values() (Inherited from RecognizePrimitive<T>)

Applies to