次の方法で共有


DialogServiceConnector.Canceled イベント

定義

相互作用の取り消しに関連するイベントのシグナル。 SpeechRecognitionCanceledEventArgs も参照してください。

public event EventHandler<Microsoft.CognitiveServices.Speech.SpeechRecognitionCanceledEventArgs> Canceled;
member this.Canceled : EventHandler<Microsoft.CognitiveServices.Speech.SpeechRecognitionCanceledEventArgs> 
Public Custom Event Canceled As EventHandler(Of SpeechRecognitionCanceledEventArgs) 

イベントの種類

適用対象