Click or drag to resize
MicrophoneRecognitionClient Events

The MicrophoneRecognitionClient type exposes the following members.

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