Package com.intercom.api.types
Interface CreateMessageRequest.Inapp._FinalStage
- All Known Implementing Classes:
CreateMessageRequest.Inapp.Builder
- Enclosing class:
CreateMessageRequest.Inapp
public static interface CreateMessageRequest.Inapp._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()createConversationWithoutContactReply(Boolean createConversationWithoutContactReply) createConversationWithoutContactReply(Optional<Boolean> createConversationWithoutContactReply)
-
Method Details
-
build
CreateMessageRequest.Inapp build() -
subject
-
subject
-
template
-
template
-
createdAt
-
createdAt
-
createConversationWithoutContactReply
CreateMessageRequest.Inapp._FinalStage createConversationWithoutContactReply(Optional<Boolean> createConversationWithoutContactReply) -
createConversationWithoutContactReply
CreateMessageRequest.Inapp._FinalStage createConversationWithoutContactReply(Boolean createConversationWithoutContactReply)
-