The ConsultTransferParameters type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConsultTransferParameters(String, InteractionId) |
Initializes a new instance of the ConsultTransferParameters using
a QueueId to specify the target, and initializing the CallMadeStage to the default value.
| |
ConsultTransferParameters(QueueId, InteractionId) |
Initializes a new instance of the ConsultTransferParameters using
the default value for the CallMadeStage.
| |
ConsultTransferParameters(String, InteractionId, CallMadeStage) |
Initializes a new instance of the ConsultTransferParameters.
| |
ConsultTransferParameters(QueueId, InteractionId, CallMadeStage) |
Initializes a new instance of the ConsultTransferParameters using
a QueueId to specify the target.
|
Methods
Name | Description | |
---|---|---|
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.) | |
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 |
Gets the string representation of ConsultTransferParameters.
(Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
AdditionalAttributes |
Gets a collection which can be used to set additional attributes.
| |
CallerInteractionId |
Gets the InteractionId associated with this consult transfer.
This value represents the original Caller interaction ID.
| |
CallMadeStage |
Gets or sets the call made stage.
| |
Target |
Gets or sets the target.
|