Interface AgentChatCloseOperation
- All Superinterfaces:
Operation<AgentChatCloseOperationResult>
Represents an operation to close a chat as an agent.
- Since:
- 12.23
-
Method Summary
Modifier and TypeMethodDescriptionexecute()
This method executes a close operation on a chat as an agent.
-
Method Details
-
execute
This method executes a close operation on a chat as an agent.- Specified by:
execute
in interfaceOperation<AgentChatCloseOperationResult>
- Returns:
- the AgentChatCloseOperationResult contains additional information about the operation, if the operation has been performed successfully.
- Throws:
AgentChatCloseOperationFailedException
- if the operation has failed- Since:
- 12.23
-