TransferToParticipantOptions Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
TransferToParticipantOptions(CommunicationUserIdentifier) |
Crée un objet TransferToParticipantOptions. |
TransferToParticipantOptions(MicrosoftTeamsUserIdentifier) |
Crée un objet TransferToParticipantOptions. |
TransferToParticipantOptions(PhoneNumberIdentifier) |
Crée un objet TransferToParticipantOptions. |
TransferToParticipantOptions(CommunicationUserIdentifier)
Crée un objet TransferToParticipantOptions.
public TransferToParticipantOptions (Azure.Communication.CommunicationUserIdentifier targetIdentity);
new Azure.Communication.CallAutomation.TransferToParticipantOptions : Azure.Communication.CommunicationUserIdentifier -> Azure.Communication.CallAutomation.TransferToParticipantOptions
Public Sub New (targetIdentity As CommunicationUserIdentifier)
Paramètres
- targetIdentity
- CommunicationUserIdentifier
Cible vers laquelle transférer l’appel.
S’applique à
TransferToParticipantOptions(MicrosoftTeamsUserIdentifier)
Crée un objet TransferToParticipantOptions.
public TransferToParticipantOptions (Azure.Communication.MicrosoftTeamsUserIdentifier targetIdentity);
new Azure.Communication.CallAutomation.TransferToParticipantOptions : Azure.Communication.MicrosoftTeamsUserIdentifier -> Azure.Communication.CallAutomation.TransferToParticipantOptions
Public Sub New (targetIdentity As MicrosoftTeamsUserIdentifier)
Paramètres
- targetIdentity
- MicrosoftTeamsUserIdentifier
Cible vers laquelle transférer l’appel.
S’applique à
TransferToParticipantOptions(PhoneNumberIdentifier)
Crée un objet TransferToParticipantOptions.
public TransferToParticipantOptions (Azure.Communication.PhoneNumberIdentifier targetPhoneNumberIdentity);
new Azure.Communication.CallAutomation.TransferToParticipantOptions : Azure.Communication.PhoneNumberIdentifier -> Azure.Communication.CallAutomation.TransferToParticipantOptions
Public Sub New (targetPhoneNumberIdentity As PhoneNumberIdentifier)
Paramètres
- targetPhoneNumberIdentity
- PhoneNumberIdentifier
Cible vers laquelle transférer l’appel.