Interface AgentChatCloseAction
- All Superinterfaces:
AgentChatAction
,ChatProvider
,UserProvider
This action is performed when an agent is closing a chat within the novomind iAGENT chat process.
- Since:
- 11.30
-
Method Summary
Modifier and TypeMethodDescriptionThis method returns the optionalTransactionCode
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 optionalTransactionCode
that has been applied during the chat close operation.- Returns:
- the optional
TransactionCode
applied. - Since:
- 11.30
-