| 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.SpeechRecognitionAssembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
 Syntax
Syntaxpublic virtual event EventHandler<SpeechIntentEventArgs> OnIntent
Public Overridable Event OnIntent As EventHandler(Of SpeechIntentEventArgs)
public:
virtual  event EventHandler<SpeechIntentEventArgs^>^ OnIntent {
	void add (EventHandler<SpeechIntentEventArgs^>^ value);
	void remove (EventHandler<SpeechIntentEventArgs^>^ value);
}abstract OnIntent : IEvent<EventHandler<SpeechIntentEventArgs>,
    SpeechIntentEventArgs>
override OnIntent : IEvent<EventHandler<SpeechIntentEventArgs>,
    SpeechIntentEventArgs>Value
Type: 
EventHandlerSpeechIntentEventArgsImplements
IConversationOnIntent See Also
See Also