Click or drag to resize
IConversation Events

The IConversation type exposes the following members.

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