Click or drag to resize
ConversationOnIntent Event
Event fired when a Speech Recognition has finished, the recognized text has been parsed with LUIS for intent and entities, and the structured JSON result is available.

Namespace: Microsoft.CognitiveServices.SpeechRecognition
Assembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
Syntax
public virtual event EventHandler<SpeechIntentEventArgs> OnIntent

Value

Type: EventHandlerSpeechIntentEventArgs

Implements

IConversationOnIntent
See Also