次の方法で共有


CallMedia.SendDtmfTones メソッド

定義

Dtmf トーンを送信します。

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

パラメーター

tones
IEnumerable<DtmfTone>

送信するトーンの一覧。

targetParticipant
CommunicationIdentifier

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

operationContext
String

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象