Interface ChatJoinedEventListener


public interface ChatJoinedEventListener
This interface is an extension point to take any action within the novomind iAGENT routing process after a chat has been joined by an agent.
Since:
12.10
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    chatJoined(AgentChatJoinedEvent agentChatJoinedEvent)
    This method is called asynchronously after a chat has been joined by an agent.
  • Method Details

    • chatJoined

      void chatJoined(AgentChatJoinedEvent agentChatJoinedEvent)
      This method is called asynchronously after a chat has been joined by an agent.
      Parameters:
      agentChatJoinedEvent - provides all required information about the joined chat and the agent.
      Since:
      12.10