Interface ChatStartedEventListener
-
public interface ChatStartedEventListener
This interface is an extension point to take any action after a new chat was started successfully, but before the chat is routed to an agent.- Since:
- 11.22
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
chatStarted(ChatStartedEvent chatStartedEvent)
This method is called synchronously after a new chat was started successfully, but before the chat is routed to an agent.
-
-
-
Method Detail
-
chatStarted
void chatStarted(ChatStartedEvent chatStartedEvent)
This method is called synchronously after a new chat was started successfully, but before the chat is routed to an agent.- Parameters:
chatStartedEvent
- provides all required information about the started chat.- Since:
- 11.22
-
-