ConversationBaseOnIntent Event |
[Missing <summary> documentation for "E:MicrosoftProjectOxford.ConversationBase.OnIntent"]
Namespace: MicrosoftProjectOxfordAssembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
Syntaxpublic event EventHandler<SpeechIntentEventArgs> OnIntent
Public Event OnIntent As EventHandler(Of SpeechIntentEventArgs)
public:
event EventHandler<SpeechIntentEventArgs^>^ OnIntent {
void add (EventHandler<SpeechIntentEventArgs^>^ value);
void remove (EventHandler<SpeechIntentEventArgs^>^ value);
}
member OnIntent : IEvent<EventHandler<SpeechIntentEventArgs>,
SpeechIntentEventArgs>
Value
Type:
SystemEventHandlerSpeechIntentEventArgs
See Also