RecognizeBool<T> Class
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.
Recognize a boolean value.
C#
public sealed class RecognizeBool<T> : Microsoft.Bot.Builder.FormFlow.Advanced.RecognizePrimitive<T> where T : class
type RecognizeBool<'T (requires 'T : null)> = class
inherit RecognizePrimitive<'T (requires 'T : null)>
Public NotInheritable Class RecognizeBool(Of T)
Inherits RecognizePrimitive(Of T)
- T
Form state.
- Inheritance
Recognize |
Construct a boolean recognizer for a field. |
_field |
Field being filled information. (Inherited from RecognizePrimitive<T>) |
Help(T, Object) | |
Help |
Return the help template args for current choice and no preference. (Inherited from RecognizePrimitive<T>) |
Matches(IMessage |
(Inherited from RecognizePrimitive<T>) |
Parse(String) | |
Prompt |
(Inherited from RecognizePrimitive<T>) |
Valid |
|
Value |
|
Value |
|
Values() | (Inherited from RecognizePrimitive<T>) |
Product | Versions |
---|---|
Microsoft.Bot.Builder | 3.0 |