The InteractionsManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddWrapUpAssignment |
Adds a WrapUpAssignment to a segment of the target interaction.
| |
AddWrapUpAssignmentAsync |
Asynchronously adds a WrapUpAssignment to a segment of the target interaction.
| |
ConsultMakeCall(CallInteractionParameters) |
Makes a consult call using the values specified in the CallInteractionParameters parameter.
| |
ConsultMakeCall(String, CallMadeStage) |
Makes a consult call given a string specifying the target and a CallMadeStage value.
| |
ConsultMakeCall(QueueId, CallMadeStage) |
Makes a consult call given a QueueId for the target and a CallMadeStage value.
| |
ConsultMakeCallAsync(CallInteractionParameters, EventHandler<(Of <<'(InteractionCompletedEventArgs>)>>), Object) |
Asynchronously makes a consult call using the values specified in the CallInteractionParameters parameter.
The handler specified by completedCallback is invoked when the operation is completed.
| |
ConsultMakeCallAsync(String, CallMadeStage, EventHandler<(Of <<'(InteractionCompletedEventArgs>)>>), Object) |
Asynchronously makes a consult call given a string specifying the target and a CallMadeStage value.
The handler specified by completedCallback is invoked when the operation is completed.
| |
ConsultMakeCallAsync(QueueId, CallMadeStage, EventHandler<(Of <<'(InteractionCompletedEventArgs>)>>), Object) |
Asynchronously makes a consult call given a QueueId specifying the target and a CallMadeStage value.
The handler specified by completedCallback is invoked when the operation is completed.
| |
CreateInteraction |
Creates an Interaction instance for a given ID.
| |
CreateInteractionAsync |
Asynchronously creates an Interaction instance for a given ID.
| |
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.) | |
GetInstance |
Gets an InteractionsManager.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InviteParty |
Invites a party to a conference.
| |
InvitePartyAsync |
Asynchronously invites a party to a conference.
| |
MakeCall |
Makes the call.
| |
MakeCallAsync |
Asynchronously makes a call.
| |
MakeCallbackInteraction |
Makes a callback interaction.
| |
MakeCallbackInteractionAsync |
Asynchronously makes a callback interaction.
| |
MakeChat |
Makes a chat.
| |
MakeChatAsync |
Asynchronously makes a chat.
| |
MakeConsultTransfer |
Makes a consult transfer using the values specified in the ConsultTransferParameters parameter.
| |
MakeConsultTransferAsync |
Asynchronously makes a consult transfer call using the values specified in the ConsultTransferParameters parameter.
The handler specified by completedCallback is invoked when the operation is completed.
| |
MakeEmail |
Makes the email.
| |
MakeEmailAsync |
Asynchronously makes an email.
| |
MakeGenericInteraction |
Makes a generic interaction.
| |
MakeGenericInteractionAsync |
Asynchronously makes a generic interaction.
| |
MakeNewConference |
Makes the new conference.
| |
MakeNewConferenceAsync |
Asynchronously makes the new conference.
| |
MakeRemoteNumberConnection |
Makes a connection to a Remote Number.
| |
MakeRemoteNumberConnectionAsync |
Asynchronously makes a connection to a Remote Number.
| |
MakeStationConnection |
Makes a connection to a station.
| |
MakeStationConnectionAsync |
Asynchronously makes a connection to a station.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
QueryPhoneNumberDetails |
Queries phone number details.
| |
QueryPhoneNumberDetailsAsync |
Asynchronously queries phone number details.
| |
SendAssistanceRequest |
Sends an assistance request.
| |
SendAssistanceRequestAsync |
Asynchronously sends an assistance request.
| |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
SensitiveAttributeDataContext |
Gets the sensitive attribute data context for this session.
| |
Session |
Gets the Session with which this StatisticsManager is associated.
|
Events
Name | Description | |
---|---|---|
CallMade |
Occurs when a MakeCall type operation completes.
| |
InteractionAutoAnswered |
Occurs when an Interaction is automatically answered.
| |
PerformedAction |
Occurs after an Action is performed on any Interaction in the Session.
| |
PerformingAction |
Occurs when an Action is performed on any Interaction in the Session.
|