Interface AgentOutgoingCallInfo
-
- All Superinterfaces:
ActiveCallProvider
,AgentCallInfo
,CallProvider
,OutgoingCallProvider
,UserProvider
public interface AgentOutgoingCallInfo extends AgentCallInfo, OutgoingCallProvider
TheAgentOutgoingCallInfo
provides information about a delivered or establishedOutgoingCall
that is currently attached to the agent's phone device.- Since:
- 12.28
-
-
Method Summary
-
Methods inherited from interface com.novomind.ecom.api.iagent.state.AgentCallInfo
getCategory, getDateEstablished
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.CallProvider
getCall
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.OutgoingCallProvider
getActiveCall, getOutgoingCall
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider
getUser
-
-