The ConsultTransfer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Cancel |
Cancels the consult transfer, resulting in the caller speaking to the agent.
| |
| CancelAsync |
Asynchronous request to cancel the consult transfer.
| |
| ChangeSpeakers |
Changes the speakers on the consult transfer.
| |
| ChangeSpeakersAsync |
Asynchronous request to change the speakers on the consult transfer.
| |
| Conclude |
Completes the consult transfer, resulting in the caller speaking to the consult.
| |
| ConcludeAsync |
Asynchronous request to complete the consult transfer.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetConsultTransferFromInteraction |
Gets the consult transfer from interaction.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CallerInteractionId |
Gets the InteractionId associated with this ConsultTransfer.
This value represents the original Caller interaction ID.
| |
| ConsultInteractionId |
Gets the InteractionId of the ConsultTransfer.
This value represents the interaction ID of the consult transfer.
| |
| SpeakingTo |
Gets the parties the agent is speaking to on this consult transfer.
|
Events
| Name | Description | |
|---|---|---|
| SpeakersChanged |
Occurs when the speakers in the ConsultTransfer change.
|