次の方法で共有


CallMedia.StartContinuousDtmfRecognitionAsync メソッド

定義

非同期モードで継続的な Dtmf 認識を開始します。

public virtual System.Threading.Tasks.Task<Azure.Response> StartContinuousDtmfRecognitionAsync (Azure.Communication.CommunicationIdentifier targetParticipant, string operationContext = default, System.Threading.CancellationToken cancellationToken = default);
abstract member StartContinuousDtmfRecognitionAsync : Azure.Communication.CommunicationIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.StartContinuousDtmfRecognitionAsync : Azure.Communication.CommunicationIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function StartContinuousDtmfRecognitionAsync (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 エラー コードを返します。

適用対象