Interface AgentCallCloseAction
- All Superinterfaces:
AgentCallAction
,CallProvider
,UserProvider
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 Summary
Modifier and TypeMethodDescriptionThis 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 Details
-
getTransactionCode
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
-