Interface SystemChatClosedEvent
-
- All Superinterfaces:
ChatClosedEvent
,ChatEvent
,ChatProvider
,ChatStateChangedEvent
,Event
public interface SystemChatClosedEvent extends ChatClosedEvent
This event is triggered when a chat has been closed by the system.
- Since:
- 11.3
-
-
Method Summary
-
Methods inherited from interface com.novomind.ecom.api.iagent.routing.event.ChatClosedEvent
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
-
-