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 use ChatStateEventListener 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 the Chat object, e.g. on the Storage, will take effect immediately.
    Since:
    11.22
    • 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