Interface AgentChatCloseAction
-
- All Superinterfaces:
AgentChatAction
,ChatProvider
,UserProvider
public interface AgentChatCloseAction extends AgentChatAction
This action is performed when an agent is closing a chat within the novomind iAGENT chat process.
- Since:
- 11.30
-
-
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 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 Detail
-
getTransactionCode
java.util.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
-
-