Overload List
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.
|