Interface ChatResubmittedEvent
- All Superinterfaces:
ChatEvent,ChatProvider,ChatStateChangedEvent,Event
- All Known Subinterfaces:
AgentChatResubmittedEvent
This event is triggered when a chat has been resubmitted.
- 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.common.event.Event
getEventDate
-
Method Details
-
getDueDate
Date getDueDate()This method returns the due date of the resubmitted chat.- Returns:
- the due date of the resubmitted chat.
- Since:
- 12.29
-
getPreviousChatState
Description copied from interface:ChatStateChangedEventReturns theChatStateof the chat before the state change.- 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
-
getChatState
Description copied from interface:ChatStateChangedEventReturns the newChatStateof the chat after the state change.- Specified by:
getChatStatein interfaceChatStateChangedEvent- Returns:
- the new
ChatStateof the chat after the state change
-