Interface AgentPhoneSystemInfo
-
- All Superinterfaces:
UserProvider
public interface AgentPhoneSystemInfo extends UserProvider
TheAgentPhoneSystemInfo
provides thePhoneSystem
that has been used to connect the phone device of an agent during the agent's login procedure. TheAgentPhoneSystemInfo
also provides theAgentDeviceLoginResult
that has been returned by theAgentDeviceControlConnector.loginAgent(com.novomind.ecom.api.iagent.request.AgentDeviceLoginRequest)
method.- Since:
- 11.27
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentDeviceLoginResult
getAgentDeviceLoginResult()
Returns theAgentDeviceLoginResult
that has been returned by theAgentDeviceControlConnector.loginAgent(com.novomind.ecom.api.iagent.request.AgentDeviceLoginRequest)
method during the agent's login procedure.PhoneSystem
getPhoneSystem()
Returns thePhoneSystem
that has been used to connect the agent's phone device.-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider
getUser
-
-
-
-
Method Detail
-
getPhoneSystem
PhoneSystem getPhoneSystem()
Returns thePhoneSystem
that has been used to connect the agent's phone device.- Returns:
- the
PhoneSystem
currently used by the agent - Since:
- 11.27
-
getAgentDeviceLoginResult
AgentDeviceLoginResult getAgentDeviceLoginResult()
Returns theAgentDeviceLoginResult
that has been returned by theAgentDeviceControlConnector.loginAgent(com.novomind.ecom.api.iagent.request.AgentDeviceLoginRequest)
method during the agent's login procedure.- Returns:
- the
AgentDeviceLoginResult
provided during the agent's login procedure - Since:
- 11.27
-
-