Interface ChatEnqueuedEvent
- All Superinterfaces:
ChatEvent
,ChatProvider
,ChatQueuedEvent
,ChatStateChangedEvent
,Event
This event is triggered when a chat has been enqueued in the chat backlog after it has been started.
- Since:
- 12.29
-
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.ChatQueuedEvent
getChatState
Methods inherited from interface com.novomind.ecom.api.iagent.common.event.Event
getEventDate
-
Method Details
-
getPreviousChatState
- Specified by:
getPreviousChatState
in interfaceChatStateChangedEvent
- Returns:
- the
ChatState
of the chat before the state change, if available or an empty optional in case of an initial event e.g.ChatStartedEvent
-