Interface AgentInfoHandler
-
public interface AgentInfoHandler
Handler to access non persistent agent information. This handler is only available in the novomind iAGENT routing process and also in the novomind iAGENT Desk process.- Since:
- 11.21
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentInfo
get(User user)
Returns anAgentInfo
for the given user.
-
-
-
Method Detail
-
get
AgentInfo get(User user) throws WrongArgumentException
Returns anAgentInfo
for the given user.- Parameters:
user
- the user- Returns:
- the agent information
- Throws:
WrongArgumentException
- if the given user is not an agent- Since:
- 11.21
-
-