Click or drag to resize
ConversationOnConversationError Event
Event fired when a conversation error occurs

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

Value

Type: EventHandlerSpeechErrorEventArgs

Implements

IConversationOnConversationError
See Also