Click or drag to resize
IDataRecognitionClient Events

The IDataRecognitionClient type exposes the following members.

Events
  NameDescription
Public eventOnConversationError
Event fired when a conversation error occurs
(Inherited from IConversation.)
Public eventOnIntent
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.
(Inherited from IConversation.)
Public eventOnMicrophoneStatus
Event fired when the microphone recording status has changed.
(Inherited from IConversation.)
Public eventOnPartialResponseReceived
Event fired when a partial response is received
(Inherited from IConversation.)
Public eventOnResponseReceived
Event fired when a response is received
(Inherited from IConversation.)
Top
See Also