Click or drag to resize
ConversationOnResponseReceived Event
Event fired when a response is received

Namespace: Microsoft.CognitiveServices.SpeechRecognition
Assembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
Syntax
public virtual event EventHandler<SpeechResponseEventArgs> OnResponseReceived

Value

Type: EventHandlerSpeechResponseEventArgs

Implements

IConversationOnResponseReceived
See Also