CallMedia.SendDtmfTonesAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 を返します。