Interface AgentCallCloseAction

All Superinterfaces:
AgentCallAction, CallProvider, UserProvider

public interface AgentCallCloseAction extends AgentCallAction
This action represents all call close actions by an agent. The interface provides the Call and the User performing the close action.
Since:
12.28
  • Method Details

    • getTransactionCode

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