次の方法で共有


TransferToParticipantOptions コンストラクター

定義

オーバーロード

TransferToParticipantOptions(CommunicationUserIdentifier)

新しい TransferToParticipantOptions オブジェクトを作成します。

TransferToParticipantOptions(MicrosoftTeamsUserIdentifier)

新しい TransferToParticipantOptions オブジェクトを作成します。

TransferToParticipantOptions(PhoneNumberIdentifier)

新しい TransferToParticipantOptions オブジェクトを作成します。

TransferToParticipantOptions(CommunicationUserIdentifier)

新しい 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)

パラメーター

targetIdentity
CommunicationUserIdentifier

呼び出しの転送先のターゲット。

適用対象

TransferToParticipantOptions(MicrosoftTeamsUserIdentifier)

新しい 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)

パラメーター

targetIdentity
MicrosoftTeamsUserIdentifier

呼び出しの転送先のターゲット。

適用対象

TransferToParticipantOptions(PhoneNumberIdentifier)

新しい 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)

パラメーター

targetPhoneNumberIdentity
PhoneNumberIdentifier

呼び出しの転送先のターゲット。

適用対象