The ConsultTransfer type exposes the following members.

Methods

  NameDescription
Public methodCancel
Cancels the consult transfer, resulting in the caller speaking to the agent.
Public methodCancelAsync
Asynchronous request to cancel the consult transfer.
Public methodChangeSpeakers
Changes the speakers on the consult transfer.
Public methodChangeSpeakersAsync
Asynchronous request to change the speakers on the consult transfer.
Public methodConclude
Completes the consult transfer, resulting in the caller speaking to the consult.
Public methodConcludeAsync
Asynchronous request to complete the consult transfer.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetConsultTransferFromInteraction
Gets the consult transfer from interaction.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCallerInteractionId
Gets the InteractionId associated with this ConsultTransfer. This value represents the original Caller interaction ID.
Public propertyConsultInteractionId
Gets the InteractionId of the ConsultTransfer. This value represents the interaction ID of the consult transfer.
Public propertySpeakingTo
Gets the parties the agent is speaking to on this consult transfer.

Events

  NameDescription
Public eventSpeakersChanged
Occurs when the speakers in the ConsultTransfer change.

See Also