Interface ReplyToConversationRequest.ConversationIdStage
-
- All Known Implementing Classes:
ReplyToConversationRequest.Builder
- Enclosing class:
- ReplyToConversationRequest
public static interface ReplyToConversationRequest.ConversationIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplyToConversationRequest.BodyStageconversationId(java.lang.String conversationId)The Intercom provisioned identifier for the conversation or the string "last" to reply to the last part of the conversationReplyToConversationRequest.Builderfrom(ReplyToConversationRequest other)
-
-
-
Method Detail
-
conversationId
ReplyToConversationRequest.BodyStage conversationId(@NotNull java.lang.String conversationId)
The Intercom provisioned identifier for the conversation or the string "last" to reply to the last part of the conversation
-
from
ReplyToConversationRequest.Builder from(ReplyToConversationRequest other)
-
-