Interface AgentChatCloseAction

All Superinterfaces:
AgentChatAction, ChatProvider, UserProvider

public interface AgentChatCloseAction extends AgentChatAction

This action is performed when an agent is closing a chat within the novomind iAGENT chat process.

Since:
11.30
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the optional TransactionCode that has been applied during the chat close operation.

    Methods inherited from interface com.novomind.ecom.api.iagent.provider.ChatProvider

    getChat

    Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider

    getUser
  • Method Details

    • getTransactionCode

      Optional<TransactionCode> getTransactionCode()
      This method returns the optional TransactionCode that has been applied during the chat close operation.
      Returns:
      the optional TransactionCode applied.
      Since:
      11.30