Interface BacklogChatInfo
- All Superinterfaces:
ChatProvider
A BacklogChatInfo provides non persistent information for a chat in the
backlog.
- Since:
- 11.32
-
Method Summary
Modifier and TypeMethodDescriptionReturns an Optional containing the agent currently assigned to the chat or an empty Optional if the chat is still being routed, is not yet accepted by the chosen agent or is already closed.Returns the currentChatStateof the chat.Methods inherited from interface com.novomind.ecom.api.iagent.provider.ChatProvider
getChat
-
Method Details
-
getActiveAgent
Returns an Optional containing the agent currently assigned to the chat or an empty Optional if the chat is still being routed, is not yet accepted by the chosen agent or is already closed.- Returns:
- an Optional containing the agent currently assigned to the chat. Returns an empty optional if the chat is still being routed, is not yet accepted by the chosen agent or is already closed.
- Since:
- 11.32
-
getChatState
ChatState getChatState()Returns the currentChatStateof the chat.- Returns:
- the current
ChatStateof the chat - Since:
- 12.29
-