Partager via


CallMedia.SendDtmfTonesAsync Méthode

Définition

Envoyer des tonalités Dtmf en mode asynchrone.

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))

Paramètres

tones
IEnumerable<DtmfTone>

Liste des tonalités à envoyer.

targetParticipant
CommunicationIdentifier

Identificateur de participant cible pour le démarrage de la reconnaissance Dtmf continue.

operationContext
String

Objet de contexte facultatif contenant des informations sur l’opération, telles qu’un identificateur unique ou des métadonnées personnalisées.

cancellationToken
CancellationToken

CancelToken facultatif pour annuler la demande.

Retours

Renvoie une réponse contenant un objet SendDtmfResult indiquant le résultat de l’opération d’envoi.

S’applique à