IPromptRecognizer.RecognizeTimes(IMessageActivity) Method
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 a time or duration.
public System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.RecognizeEntity<string>> RecognizeTimes (Microsoft.Bot.Connector.IMessageActivity message);
abstract member RecognizeTimes : Microsoft.Bot.Connector.IMessageActivity -> seq<Microsoft.Bot.Builder.Dialogs.RecognizeEntity<string>>
Public Function RecognizeTimes (message As IMessageActivity) As IEnumerable(Of RecognizeEntity(Of String))
Parameters
- message
- IMessageActivity
Message context.