RecognizeEnumeration<T> 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.
Recognizer for enumerated values.
public sealed class RecognizeEnumeration<T> : Microsoft.Bot.Builder.FormFlow.Advanced.IRecognize<T> where T : class
type RecognizeEnumeration<'T (requires 'T : null)> = class
interface IRecognize<'T (requires 'T : null)>
Public NotInheritable Class RecognizeEnumeration(Of T)
Implements IRecognize(Of T)
Type Parameters
- T
- Inheritance
-
RecognizeEnumeration<T>
- Implements
Constructors
RecognizeEnumeration<T>(IField<T>) |
Constructor based on IField<T>. |
Methods
Help(T, Object) | |
Matches(IMessageActivity, Object) | |
PromptArgs() | |
ToString() | |
ValidInputs(Object) | |
ValueDescription(Object) | |
ValueDescriptions() | |
Values() |