次の方法で共有


CallMedia.SendDtmfTonesAsync メソッド

定義

Dtmf トーンを非同期モードで送信します。

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.SendDtmfTonesResult>> SendDtmfTonesAsync (System.Collections.Generic.IEnumerable<Azure.Communication.CallAutomation.DtmfTone> tones, Azure.Communication.CommunicationIdentifier targetParticipant, string operationContext = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SendDtmfTonesAsync : seq<Azure.Communication.CallAutomation.DtmfTone> * Azure.Communication.CommunicationIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.SendDtmfTonesResult>>
override this.SendDtmfTonesAsync : seq<Azure.Communication.CallAutomation.DtmfTone> * Azure.Communication.CommunicationIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.SendDtmfTonesResult>>
Public Overridable Function SendDtmfTonesAsync (tones As IEnumerable(Of DtmfTone), targetParticipant As CommunicationIdentifier, Optional operationContext As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SendDtmfTonesResult))

パラメーター

tones
IEnumerable<DtmfTone>

送信するトーンの一覧。

targetParticipant
CommunicationIdentifier

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

operationContext
String

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

cancellationToken
CancellationToken

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

戻り値

送信操作の結果を示す SendDtmfResult オブジェクトを含む Response を返します。

適用対象