Uses of Class
com.bytedesk.social.instagram.InstagramMessageResponse
Packages that use InstagramMessageResponse
-
Uses of InstagramMessageResponse in com.bytedesk.social.instagram
Methods in com.bytedesk.social.instagram that return InstagramMessageResponseModifier and TypeMethodDescriptionInstagramPrivateRepliesService.handleCommentWebhook(InstagramPrivateRepliesService.CommentData commentData, String autoReplyMessage) 处理评论webhook事件InstagramMessageService.markAsSeen(String recipientId) 发送标记为已读private InstagramMessageResponseInstagramPrivateRepliesService.parseErrorResponse(String responseBody) 解析错误响应InstagramMessageService.reactToMessage(String recipientId, String messageId) 给消息留下心情 (love)InstagramMessageService.reactToMessage(String recipientId, String messageId, String reaction) 发送自定义心情反应InstagramButtonTemplateService.sendButtonTemplate(String recipientId, String text, List<InstagramButtonTemplate.Button> buttons) 发送按钮模板消息private InstagramMessageResponseInstagramButtonTemplateService.sendButtonTemplateMessage(String url, InstagramButtonTemplate buttonTemplate) 发送按钮模板消息到Instagram APIInstagramProductTemplateService.sendDailyNotificationSubscription(String recipientId, String imageUrl, String title, String payload) 发送每日订阅请求InstagramProductTemplateService.sendDefaultNotificationSubscription(String recipientId, String imageUrl, String title, String payload) 发送默认订阅请求 (使用默认值)InstagramMessageService.sendLikeHeart(String recipientId) 发送心形贴图InstagramMessageService.sendLinkMessage(String recipientId, String link) 发送链接消息InstagramMessageService.sendMediaShare(String recipientId, String postId) 发送已发布的帖子private InstagramMessageResponseInstagramMessageService.sendMessage(String url, Map<String, Object> requestBody) 发送消息到Instagram APIprivate InstagramMessageResponseInstagramQuickRepliesService.sendMessage(String url, Map<String, Object> requestBody) 发送消息到Instagram APIInstagramButtonTemplateService.sendMixedButtonTemplate(String recipientId, String text, String urlButtonTitle, String urlButtonUrl, String postbackButtonTitle, String postbackButtonPayload) 发送包含多个按钮的按钮模板InstagramQuickRepliesService.sendMixedQuickReplies(String recipientId, String text, List<InstagramQuickRepliesService.QuickReply> textQuickReplies, boolean includePhoneNumber) 发送混合快速回复消息 (文本 + 用户电话号码)InstagramProductTemplateService.sendMonthlyNotificationSubscription(String recipientId, String imageUrl, String title, String payload) 发送每月订阅请求InstagramProductTemplateService.sendNotificationSubscriptionRequest(String recipientId, String imageUrl, String title, String payload, String frequency, String ctaText) 发送订阅定期营销消息的请求InstagramButtonTemplateService.sendPostbackButtonTemplate(String recipientId, String text, String buttonTitle, String buttonPayload) 发送包含回传按钮的按钮模板InstagramPrivateRepliesService.sendPrivateReply(String commentId, String message) 发送私密回复private InstagramMessageResponseInstagramPrivateRepliesService.sendPrivateReplyRequest(String url, Map<String, Object> requestBody) 发送私密回复请求InstagramPrivateRepliesService.sendPrivateReplyWithValidation(String commentId, String message, long commentCreatedTime, boolean isLiveComment) 发送私密回复(带时间验证)InstagramProductTemplateService.sendProductCarousel(String recipientId, List<String> productIds) 发送商品轮播消息 (多个商品)private InstagramMessageResponseInstagramProductTemplateService.sendProductMessage(String url, Map<String, Object> requestBody) 发送商品消息到Instagram APIInstagramProductTemplateService.sendSingleProduct(String recipientId, String productId) 发送单个商品消息InstagramMessageService.sendTextMessage(String recipientId, String text) 发送基本文本消息InstagramQuickRepliesService.sendTextWithQuickReplies(String recipientId, String text, List<InstagramQuickRepliesService.QuickReply> quickReplies) 发送带文本快速回复的消息InstagramButtonTemplateService.sendThreeButtonTemplate(String recipientId, String text, InstagramButtonTemplate.Button button1, InstagramButtonTemplate.Button button2, InstagramButtonTemplate.Button button3) 发送包含三个按钮的按钮模板InstagramMessageService.sendTypingIndicator(String recipientId) 发送正在输入状态InstagramButtonTemplateService.sendUrlButtonTemplate(String recipientId, String text, String buttonTitle, String buttonUrl) 发送包含URL按钮的按钮模板InstagramQuickRepliesService.sendUserPhoneNumberQuickReply(String recipientId, String text) 发送带用户电话号码快速回复的消息InstagramProductTemplateService.sendWeeklyNotificationSubscription(String recipientId, String imageUrl, String title, String payload) 发送每周订阅请求InstagramMessageService.stopTypingIndicator(String recipientId) 停止正在输入状态InstagramMessageService.unreactToMessage(String recipientId, String messageId) 移除消息中的心情Methods in com.bytedesk.social.instagram that return types with arguments of type InstagramMessageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramPrivateRepliesController.handleCommentWebhook(InstagramPrivateRepliesController.CommentWebhookRequest request) 处理评论webhook事件org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramMessageController.markAsSeen(InstagramMessageController.MarkSeenRequest request) 标记消息为已读org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramMessageController.reactToMessage(InstagramMessageController.ReactRequest request) 给消息添加心情反应org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramButtonTemplateController.sendButtonTemplate(InstagramButtonTemplateController.ButtonTemplateRequest request) 发送按钮模板消息org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramProductTemplateController.sendDailySubscription(InstagramProductTemplateController.DefaultSubscriptionRequest request) 发送每日订阅请求org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramProductTemplateController.sendDefaultSubscription(InstagramProductTemplateController.DefaultSubscriptionRequest request) 发送默认订阅请求org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramMessageController.sendLikeHeart(InstagramMessageController.LikeHeartRequest request) 发送心形贴图org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramMessageController.sendLinkMessage(InstagramMessageController.LinkMessageRequest request) 发送链接消息org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramMessageController.sendMediaShare(InstagramMessageController.MediaShareRequest request) 发送媒体分享org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramButtonTemplateController.sendMixedButtonTemplate(InstagramButtonTemplateController.MixedButtonRequest request) 发送混合按钮模板 (URL按钮 + 回传按钮)org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramQuickRepliesController.sendMixedQuickReplies(InstagramQuickRepliesController.MixedQuickRepliesRequest request) 发送混合快速回复消息org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramProductTemplateController.sendMonthlySubscription(InstagramProductTemplateController.DefaultSubscriptionRequest request) 发送每月订阅请求org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramProductTemplateController.sendNotificationSubscription(InstagramProductTemplateController.NotificationSubscriptionRequest request) 发送订阅定期营销消息的请求org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramButtonTemplateController.sendPostbackButtonTemplate(InstagramButtonTemplateController.PostbackButtonRequest request) 发送回传按钮模板org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramPrivateRepliesController.sendPrivateReply(InstagramPrivateRepliesController.PrivateReplyRequest request) 发送私密回复org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramPrivateRepliesController.sendPrivateReplyWithValidation(InstagramPrivateRepliesController.PrivateReplyWithValidationRequest request) 发送私密回复(带时间验证)org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramProductTemplateController.sendProductCarousel(InstagramProductTemplateController.ProductCarouselRequest request) 发送商品轮播消息org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramProductTemplateController.sendSingleProduct(InstagramProductTemplateController.SingleProductRequest request) 发送单个商品消息org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramMessageController.sendTextMessage(InstagramMessageController.TextMessageRequest request) 发送文本消息org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramQuickRepliesController.sendTextWithQuickReplies(InstagramQuickRepliesController.TextQuickRepliesRequest request) 发送带文本快速回复的消息org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramButtonTemplateController.sendThreeButtonTemplate(InstagramButtonTemplateController.ThreeButtonRequest request) 发送三按钮模板org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramMessageController.sendTypingIndicator(InstagramMessageController.TypingRequest request) 发送正在输入状态org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramButtonTemplateController.sendUrlButtonTemplate(InstagramButtonTemplateController.UrlButtonRequest request) 发送URL按钮模板org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramQuickRepliesController.sendUserPhoneNumberQuickReply(InstagramQuickRepliesController.PhoneNumberQuickReplyRequest request) 发送用户电话号码快速回复org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramProductTemplateController.sendWeeklySubscription(InstagramProductTemplateController.DefaultSubscriptionRequest request) 发送每周订阅请求org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramMessageController.stopTypingIndicator(InstagramMessageController.TypingRequest request) 停止正在输入状态org.springframework.http.ResponseEntity<InstagramMessageResponse>InstagramMessageController.unreactToMessage(InstagramMessageController.UnreactRequest request) 移除消息的心情反应