次の方法で共有


CallMedia.StartContinuousDtmfRecognition メソッド

定義

継続的な Dtmf 認識を開始します。

public virtual Azure.Response StartContinuousDtmfRecognition (Azure.Communication.CommunicationIdentifier targetParticipant, string operationContext = default, System.Threading.CancellationToken cancellationToken = default);
abstract member StartContinuousDtmfRecognition : Azure.Communication.CommunicationIdentifier * string * System.Threading.CancellationToken -> Azure.Response
override this.StartContinuousDtmfRecognition : Azure.Communication.CommunicationIdentifier * string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function StartContinuousDtmfRecognition (targetParticipant As CommunicationIdentifier, Optional operationContext As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response

パラメーター

targetParticipant
CommunicationIdentifier

継続的な Dtmf 認識を開始するためのターゲット参加者識別子。

operationContext
String

一意識別子やカスタム メタデータなど、操作に関する情報を含む省略可能なコンテキスト オブジェクト。

cancellationToken
CancellationToken

要求を取り消す省略可能な CancellationToken。

戻り値

成功のための 200 状態コードを含む HTTP 応答、またはエラーが発生した場合の HTTP エラー コードを返します。

適用対象