Interface ChatClosedEvent
- All Superinterfaces:
ChatEvent
,ChatProvider
,ChatStateChangedEvent
,Event
- All Known Subinterfaces:
AgentChatClosedEvent
,BotChatClosedEvent
,SupervisorChatClosedEvent
,SystemChatClosedEvent
This event is triggered when a chat has been closed.
- Since:
- 11.3
-
Method Summary
Methods inherited from interface com.novomind.ecom.api.iagent.provider.ChatProvider
getChat
Methods inherited from interface com.novomind.ecom.api.iagent.routing.event.ChatStateChangedEvent
getPreviousChatState
Methods inherited from interface com.novomind.ecom.api.iagent.common.event.Event
getEventDate
-
Method Details
-
getChatState
- Specified by:
getChatState
in interfaceChatStateChangedEvent
- Returns:
- the new
ChatState
of the chat after the state change
-