Interface ChatCloseOperationResult
-
- All Superinterfaces:
ChatOperationResult
,ChatProvider
,IssueOperationResult
,IssueProvider
,OperationResult
- All Known Subinterfaces:
AgentChatCloseOperationResult
,SupervisorChatCloseOperationResult
public interface ChatCloseOperationResult extends ChatOperationResult
This interface represents the result of a successful chat close operation.
- Since:
- 12.23
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<TransactionCode>
getTransactionCode()
The method returns the optionally assigned transaction code to the closed chat.-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.ChatProvider
getChat
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.IssueProvider
getIssue
-
-
-
-
Method Detail
-
getTransactionCode
java.util.Optional<TransactionCode> getTransactionCode()
The method returns the optionally assigned transaction code to the closed chat. If no transaction code has been assigned an empty optional will be returned.- Returns:
- the optional transaction code assigned to the closed chat.
- Since:
- 12.23
-
-