Interface CloseOperationBuilder.WithChat.AsAgent
-
- Enclosing interface:
- CloseOperationBuilder.WithChat
public static interface CloseOperationBuilder.WithChat.AsAgent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentChatCloseOperation
build()
Builds the AgentChatCloseOperation
-
-
-
Method Detail
-
build
AgentChatCloseOperation build() throws ValidationException
Builds the AgentChatCloseOperation- Returns:
- the AgentChatCloseOperation
- Throws:
ValidationException
- e.g. if any parameters do not comply with the requirements- Since:
- 12.23
-
-