CallMedia.StopContinuousDtmfRecognitionAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
非同期モードで継続的な Dtmf 認識を停止します。
public virtual System.Threading.Tasks.Task<Azure.Response> StopContinuousDtmfRecognitionAsync (Azure.Communication.CommunicationIdentifier targetParticipant, string operationContext = default, System.Threading.CancellationToken cancellationToken = default);
abstract member StopContinuousDtmfRecognitionAsync : Azure.Communication.CommunicationIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.StopContinuousDtmfRecognitionAsync : Azure.Communication.CommunicationIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function StopContinuousDtmfRecognitionAsync (targetParticipant As CommunicationIdentifier, Optional operationContext As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)
パラメーター
- targetParticipant
- CommunicationIdentifier
継続的な Dtmf 認識を停止するためのターゲット参加者識別子。
- operationContext
- String
一意識別子やカスタム メタデータなど、操作に関する情報を含む省略可能なコンテキスト オブジェクト。
- cancellationToken
- CancellationToken
要求を取り消す省略可能な CancellationToken。
戻り値
成功のための 200 状態コードを含む HTTP 応答、またはエラーが発生した場合の HTTP エラー コードを返します。