Interface AgentChatResubmittedEvent
-
- All Superinterfaces:
ChatEvent
,ChatProvider
,ChatResubmittedEvent
,ChatStateChangedEvent
,Event
,UserProvider
public interface AgentChatResubmittedEvent extends ChatResubmittedEvent, UserProvider
This event is triggered when a chat has been resubmitted by an agent.- Since:
- 12.27
-
-
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.ChatResubmittedEvent
getChatState, getDueDate, getPreviousChatState
-
Methods inherited from interface com.novomind.ecom.api.iagent.common.event.Event
getEventDate
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider
getUser
-
-