Uses of Class
com.bytedesk.social.instagram.InstagramButtonTemplate.Button
Packages that use InstagramButtonTemplate.Button
-
Uses of InstagramButtonTemplate.Button in com.bytedesk.social.instagram
Fields in com.bytedesk.social.instagram declared as InstagramButtonTemplate.ButtonModifier and TypeFieldDescriptionprivate InstagramButtonTemplate.Button
InstagramButtonTemplateController.ThreeButtonRequest.button1
private InstagramButtonTemplate.Button
InstagramButtonTemplateController.ThreeButtonRequest.button2
private InstagramButtonTemplate.Button
InstagramButtonTemplateController.ThreeButtonRequest.button3
Fields in com.bytedesk.social.instagram with type parameters of type InstagramButtonTemplate.ButtonModifier and TypeFieldDescriptionprivate List<InstagramButtonTemplate.Button>
InstagramButtonTemplate.Payload.buttons
按钮列表 (1-3个按钮)private List<InstagramButtonTemplate.Button>
InstagramButtonTemplateController.ButtonTemplateRequest.buttons
Methods in com.bytedesk.social.instagram that return InstagramButtonTemplate.ButtonModifier and TypeMethodDescriptionInstagramButtonTemplateService.createPostbackButton
(String title, String payload) 创建回传按钮InstagramButtonTemplateService.createUrlButton
(String title, String url) 创建URL按钮Methods in com.bytedesk.social.instagram with parameters of type InstagramButtonTemplate.ButtonModifier and TypeMethodDescriptionboolean
InstagramButtonTemplateService.isValidButton
(InstagramButtonTemplate.Button button) 验证单个按钮InstagramButtonTemplateService.sendThreeButtonTemplate
(String recipientId, String text, InstagramButtonTemplate.Button button1, InstagramButtonTemplate.Button button2, InstagramButtonTemplate.Button button3) 发送包含三个按钮的按钮模板Method parameters in com.bytedesk.social.instagram with type arguments of type InstagramButtonTemplate.ButtonModifier and TypeMethodDescriptionboolean
InstagramButtonTemplateService.isValidButtonTemplate
(String text, List<InstagramButtonTemplate.Button> buttons) 验证按钮模板参数InstagramButtonTemplateService.sendButtonTemplate
(String recipientId, String text, List<InstagramButtonTemplate.Button> buttons) 发送按钮模板消息