Interface ChatStartedEventListener
-
@Deprecated(since="12.29", forRemoval=true) public interface ChatStartedEventListener
Deprecated, for removal: This API element is subject to removal in a future version.Please useChatStateEventListener
instead. This interface will be removed with the next major release of novomind iAGENT.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. All modifications made on theChat
object, e.g. on theStorage
, will take effect immediately.- Since:
- 11.22
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
chatStarted(ChatStartedEvent chatStartedEvent)
Deprecated, for removal: This API element is subject to removal in a future version.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)
Deprecated, for removal: This API element is subject to removal in a future version.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
-
-