The CallInteractionParameters type exposes the following members.

Constructors

  NameDescription
Public methodCallInteractionParameters(String)
Initializes a new instance of the CallInteractionParameters class. The on behalf of workgroup and call made stage are initialized with default values.
Public methodCallInteractionParameters(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.
Public methodCallInteractionParameters(String, CallMadeStage)
Initializes a new instance of the CallInteractionParameters class using the default value for the on behalf of workgroup.
Public methodCallInteractionParameters(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.
Public methodCallInteractionParameters(String, String, CallMadeStage)
Initializes a new instance of the CallInteractionParameters class.
Public methodCallInteractionParameters(QueueId, String, CallMadeStage)
Initializes a new instance of the CallInteractionParameters class, using a QueueId to specify the target.

Methods

  NameDescription
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 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
Gets the string representation of CallInteractionParameters.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyAccountCodeId
Gets or sets the account code ID.
Public propertyAdditionalAttributes
Gets a collection which can be used to set additional attributes.
Public propertyCallAnalysisType
Gets or sets the Call analysis type.
Public propertyCallbackInteractionId
Gets or sets the ID of the callback initiating this call.
Public propertyCallMadeStage
Gets or sets the call made stage.
Public propertyNotes
Gets or sets the notes.
Public propertyOnBehalfOfWorkgroup
Gets or sets the on behalf of workgroup.
Public propertyTarget
Gets or sets the target.

See Also