Interface ChatClosedEvent
-
- All Superinterfaces:
ChatEvent
,ChatProvider
,ChatStateChangedEvent
,Event
- All Known Subinterfaces:
AgentChatClosedEvent
,BotChatClosedEvent
,SupervisorChatClosedEvent
,SystemChatClosedEvent
public interface ChatClosedEvent extends ChatStateChangedEvent
This event is triggered when a chat has been closed.
- Since:
- 11.3
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ChatState
getChatState()
-
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 Detail
-
getChatState
default ChatState getChatState()
- Specified by:
getChatState
in interfaceChatStateChangedEvent
- Returns:
- the new
ChatState
of the chat after the state change
-
-