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 optionalTransactionCodethat has been applied during the chat close operation.Methods inherited from interface com.novomind.ecom.api.iagent.provider.ChatProvider
getChatMethods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider
getUser
-
Method Details
-
getTransactionCode
Optional<TransactionCode> getTransactionCode()This method returns the optionalTransactionCodethat has been applied during the chat close operation.- Returns:
- the optional
TransactionCodeapplied. - Since:
- 11.30
-