Interface AgentChatCloseOperation
-
- All Superinterfaces:
Operation<AgentChatCloseOperationResult>
public interface AgentChatCloseOperation extends Operation<AgentChatCloseOperationResult>
Represents an operation to close a chat as an agent.
- Since:
- 12.23
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentChatCloseOperationResult
execute()
This method executes a close operation on a chat as an agent.
-
-
-
Method Detail
-
execute
AgentChatCloseOperationResult execute() throws AgentChatCloseOperationFailedException
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
-
-