Interface ChatResubmittedEventListener


  • @Deprecated(since="12.29",
                forRemoval=true)
    public interface ChatResubmittedEventListener
    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 within the novomind iAGENT routing process after a chat has been resubmitted by an agent.
    Since:
    12.27
    • Method Detail

      • chatResubmitted

        void chatResubmitted​(AgentChatResubmittedEvent agentChatResubmittedEvent)
        Deprecated, for removal: This API element is subject to removal in a future version.
        This method is called asynchronously after a chat has been resubmitted by an agent.
        Parameters:
        agentChatResubmittedEvent - provides all required information about the resubmitted chat and the agent.
        Since:
        12.27