Interface ChatStartedEvent
-
- All Superinterfaces:
ChatEvent
,ChatProvider
,Event
public interface ChatStartedEvent extends ChatEvent
This event is triggered synchronously after a new chat was started successfully, but before the chat is routed to an agent. All modifications made on theChat
object, e.g. on theStorage
, will take effect immediately.- Since:
- 11.22
-
-
Method Summary
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.ChatProvider
getChat
-
Methods inherited from interface com.novomind.ecom.api.iagent.common.event.Event
getEventDate
-
-