Interface QueuedCallDisconnectedEvent
- All Superinterfaces:
ActiveCallEvent,ActiveCallProvider,AgentDeviceEvent,CallStateChangedEvent,ConnectedAgentDeviceProvider,Event,OptionalCallParticipationChange,QueuedCallProvider,QueuedCallStateChangedEvent
public interface QueuedCallDisconnectedEvent
extends QueuedCallStateChangedEvent, AgentDeviceEvent, OptionalCallParticipationChange
A
QueuedCallDisconnectedEvent is triggered, when a previously connected
QueuedCall has been disconnected from a ConnectedAgentDevice
without being finished.
That may happen e.g. in case of an automatic after call survey.
When the QueuedCall finally ends, a QueuedCallFinishedEvent will be raised.
The QueuedCallDisconnectedEvent indicates that the call now has the
CallState.RECEIVED and will not be routed automatically again.- Since:
- 11.27
-
Method Summary
Methods inherited from interface com.novomind.ecom.api.iagent.routing.event.call.CallStateChangedEvent
getAttributes, getCallMethods inherited from interface com.novomind.ecom.api.iagent.provider.ConnectedAgentDeviceProvider
getConnectedAgentDeviceMethods inherited from interface com.novomind.ecom.api.iagent.common.event.Event
getEventDateMethods inherited from interface com.novomind.ecom.api.iagent.call.OptionalCallParticipationChange
getCallParticipationIdMethods inherited from interface com.novomind.ecom.api.iagent.provider.QueuedCallProvider
getActiveCall, getQueuedCall
-
Method Details
-
getCallState
- Specified by:
getCallStatein interfaceCallStateChangedEvent- Returns:
- the
CallState - Since:
- 11.27
-