Interface DeliverQueuedCallRequest
-
- All Superinterfaces:
ActiveCallProvider
,ConnectedAgentDeviceProvider
,QueuedCallProvider
public interface DeliverQueuedCallRequest extends QueuedCallProvider, ConnectedAgentDeviceProvider
Provides all required information to deliver aQueuedCall
to an agent device. If the deliver operation succeeds the designated agent device should be alerting the deliveredQueuedCall
.- Since:
- 11.27
-
-
Method Summary
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.ConnectedAgentDeviceProvider
getConnectedAgentDevice
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.QueuedCallProvider
getActiveCall, getQueuedCall
-
-