Interface ContactReplyIntercomUserIdRequest._FinalStage
-
- All Known Implementing Classes:
ContactReplyIntercomUserIdRequest.Builder
- Enclosing class:
- ContactReplyIntercomUserIdRequest
public static interface ContactReplyIntercomUserIdRequest._FinalStage
-
-
Method Summary
-
-
-
Method Detail
-
build
ContactReplyIntercomUserIdRequest build()
-
createdAt
ContactReplyIntercomUserIdRequest._FinalStage createdAt(java.util.Optional<java.lang.Integer> createdAt)
The time the reply was created. If not provided, the current time will be used.
-
createdAt
ContactReplyIntercomUserIdRequest._FinalStage createdAt(java.lang.Integer createdAt)
-
attachmentUrls
ContactReplyIntercomUserIdRequest._FinalStage attachmentUrls(java.util.Optional<java.util.List<java.lang.String>> attachmentUrls)
A list of image URLs that will be added as attachments. You can include up to 10 URLs.
-
attachmentUrls
ContactReplyIntercomUserIdRequest._FinalStage attachmentUrls(java.util.List<java.lang.String> attachmentUrls)
-
replyOptions
ContactReplyIntercomUserIdRequest._FinalStage replyOptions(java.util.Optional<java.util.List<ContactReplyIntercomUserIdRequest.ReplyOptionsItem>> replyOptions)
The quick reply selection the contact wishes to respond with. These map to buttons displayed in the Messenger UI if sent by a bot, or the reply options sent by an Admin via the API.
-
replyOptions
ContactReplyIntercomUserIdRequest._FinalStage replyOptions(java.util.List<ContactReplyIntercomUserIdRequest.ReplyOptionsItem> replyOptions)
-
attachmentFiles
ContactReplyIntercomUserIdRequest._FinalStage attachmentFiles(java.util.Optional<java.util.List<ConversationAttachmentFiles>> attachmentFiles)
A list of files that will be added as attachments.
-
attachmentFiles
ContactReplyIntercomUserIdRequest._FinalStage attachmentFiles(java.util.List<ConversationAttachmentFiles> attachmentFiles)
-
-