Package com.intercom.api.types
Class CloseConversationRequest.Builder
java.lang.Object
com.intercom.api.types.CloseConversationRequest.Builder
- All Implemented Interfaces:
CloseConversationRequest._FinalStage,CloseConversationRequest.AdminIdStage
- Enclosing class:
CloseConversationRequest
public static final class CloseConversationRequest.Builder
extends Object
implements CloseConversationRequest.AdminIdStage, CloseConversationRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionThe id of the admin who is performing the action.Optionally you can leave a message in the conversation to provide additional context to the user and other teammates.build()from(CloseConversationRequest other)
-
Method Details
-
from
- Specified by:
fromin interfaceCloseConversationRequest.AdminIdStage
-
adminId
The id of the admin who is performing the action.
- Specified by:
adminIdin interfaceCloseConversationRequest.AdminIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
body
Optionally you can leave a message in the conversation to provide additional context to the user and other teammates.
- Specified by:
bodyin interfaceCloseConversationRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
body
- Specified by:
bodyin interfaceCloseConversationRequest._FinalStage
-
build
- Specified by:
buildin interfaceCloseConversationRequest._FinalStage
-