Package com.bytedesk.social.instagram
Class InstagramPersistentMenu.CallToAction
java.lang.Object
com.bytedesk.social.instagram.InstagramPersistentMenu.CallToAction
- Enclosing class:
- InstagramPersistentMenu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
按钮类型 - "web_url": URL按钮,在应用内浏览器中打开网页 - "postback": 回传按钮,发送messaging_postbacks事件到webhook -
title
按钮标题 -
url
URL按钮的目标网址 (仅当type为"web_url"时使用) -
payload
回传按钮的负载数据 (仅当type为"postback"时使用) 发送到webhook的字符串
-
-
Constructor Details
-
CallToAction
public CallToAction()
-