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 theCall
and theUser
performing the close action.- Since:
- 12.28
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<TransactionCode>
getTransactionCode()
This method returns the optionalTransactionCode
that has been applied during the call close operation.-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.CallProvider
getCall
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider
getUser
-
-
-
-
Method Detail
-
getTransactionCode
java.util.Optional<TransactionCode> getTransactionCode()
This method returns the optionalTransactionCode
that has been applied during the call close operation.- Returns:
- the optional TransactionCode of the call.
- Since:
- 12.28
-
-