RecognizeDateTime<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.
Recognize a date/time expression.
public sealed class RecognizeDateTime<T> : Microsoft.Bot.Builder.FormFlow.Advanced.RecognizePrimitive<T> where T : class
type RecognizeDateTime<'T (requires 'T : null)> = class
inherit RecognizePrimitive<'T (requires 'T : null)>
Public NotInheritable Class RecognizeDateTime(Of T)
Inherits RecognizePrimitive(Of T)
Type Parameters
- T
Form state.
- Inheritance
Remarks
Expressions recognized are based the C# Chronic parser for English and the C# DateTime parser otherwise.
Constructors
RecognizeDateTime<T>(IField<T>) |
Construct a date/time recognizer. |
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() | (Inherited from RecognizePrimitive<T>) |
ValidInputs(Object) | |
ValueDescription(Object) | |
ValueDescriptions() | (Inherited from RecognizePrimitive<T>) |
Values() | (Inherited from RecognizePrimitive<T>) |