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
getChatMethods inherited from interface com.novomind.ecom.api.iagent.routing.event.ChatQueuedEvent
getChatStateMethods inherited from interface com.novomind.ecom.api.iagent.common.event.Event
getEventDate
-
Method Details
-
getPreviousChatState
- Specified by:
getPreviousChatStatein interfaceChatStateChangedEvent- Returns:
- the
ChatStateof the chat before the state change, if available or an empty optional in case of an initial event e.g.ChatStartedEvent
-