Package com.intercom.api.types
Interface CloseConversationRequest._FinalStage
-
- All Known Implementing Classes:
CloseConversationRequest.Builder
- Enclosing class:
- CloseConversationRequest
public static interface CloseConversationRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloseConversationRequest._FinalStagebody(java.lang.String body)CloseConversationRequest._FinalStagebody(java.util.Optional<java.lang.String> body)Optionally you can leave a message in the conversation to provide additional context to the user and other teammates.CloseConversationRequestbuild()
-
-
-
Method Detail
-
build
CloseConversationRequest build()
-
body
CloseConversationRequest._FinalStage body(java.util.Optional<java.lang.String> body)
Optionally you can leave a message in the conversation to provide additional context to the user and other teammates.
-
body
CloseConversationRequest._FinalStage body(java.lang.String body)
-
-