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