Overload List

  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.

See Also