Interface QueuedCallFinishedEvent
-
- All Superinterfaces:
ActiveCallEvent
,ActiveCallProvider
,CallFinishedEvent
,CallStateChangedEvent
,Event
,QueuedCallProvider
,QueuedCallStateChangedEvent
public interface QueuedCallFinishedEvent extends QueuedCallStateChangedEvent, CallFinishedEvent
AQueuedCallFinishedEvent
indicates that aQueuedCall
has been disconnected and finished.- Since:
- 11.27
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.novomind.ecom.api.iagent.routing.event.call.CallFinishedEvent
CallFinishedEvent.FinishCause, CallFinishedEvent.FinishOrigin
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.util.Map<java.lang.String,java.lang.String>
getAttributes()
-
Methods inherited from interface com.novomind.ecom.api.iagent.routing.event.call.CallFinishedEvent
getCallState, getFinishCause, getFinishOrigin, getLastConnectedAgentDevice
-
Methods inherited from interface com.novomind.ecom.api.iagent.routing.event.call.CallStateChangedEvent
getCall
-
Methods inherited from interface com.novomind.ecom.api.iagent.common.event.Event
getEventDate
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.QueuedCallProvider
getActiveCall, getQueuedCall
-
-