RecognizeAttachment<T> Class
Definition
Recognize an attachment within the activity instance.
public sealed class RecognizeAttachment<T> : Microsoft.Bot.Builder.FormFlow.Advanced.RecognizePrimitive<T> where T : class
type RecognizeAttachment<'T (requires 'T : null)> = class
inherit RecognizePrimitive<'T (requires 'T : null)>
Public NotInheritable Class RecognizeAttachment(Of T)
Inherits RecognizePrimitive(Of T)
Type Parameters
- T
Form state.
- Inheritance
Constructors
RecognizeAttachment<T>(IField<T>, Boolean) |
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) | |
Parse(String) | |
PromptArgs() | (Inherited from RecognizePrimitive<T>) |
ValidInputs(Object) | |
ValueDescription(Object) | |
ValueDescriptions() | (Inherited from RecognizePrimitive<T>) |
Values() | (Inherited from RecognizePrimitive<T>) |