The CallInteractionParameters type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CallInteractionParameters(String) |
Initializes a new instance of the CallInteractionParameters class. The
on behalf of workgroup and call made stage are initialized with default values.
| |
CallInteractionParameters(QueueId) |
Initializes a new instance of the CallInteractionParameters class
using a QueueId to specify the target. The on behalf of workgroup
and call made stage are initialized with default values.
| |
CallInteractionParameters(String, CallMadeStage) |
Initializes a new instance of the CallInteractionParameters class using the default
value for the on behalf of workgroup.
| |
CallInteractionParameters(QueueId, CallMadeStage) |
Initializes a new instance of the CallInteractionParameters using
a QueueId to specify the target and the default value for the
on behalf of workgroup.
| |
CallInteractionParameters(String, String, CallMadeStage) |
Initializes a new instance of the CallInteractionParameters class.
| |
CallInteractionParameters(QueueId, String, CallMadeStage) |
Initializes a new instance of the CallInteractionParameters class, 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 CallInteractionParameters.
(Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
AccountCodeId |
Gets or sets the account code ID.
| |
AdditionalAttributes |
Gets a collection which can be used to set additional attributes.
| |
CallAnalysisType |
Gets or sets the Call analysis type.
| |
CallbackInteractionId |
Gets or sets the ID of the callback initiating this call.
| |
CallMadeStage |
Gets or sets the call made stage.
| |
Notes |
Gets or sets the notes.
| |
OnBehalfOfWorkgroup |
Gets or sets the on behalf of workgroup.
| |
Target |
Gets or sets the target.
|