iT邦幫忙

2021 iThome 鐵人賽

DAY 17
0

TemplateSendMessage - ConfirmTemplate

confirm_template_message = TemplateSendMessage(
    alt_text='Confirm template',
    template=ConfirmTemplate(
    顯示問題
        text='Are you sure?',
        actions=[
        類似後臺動作使用者會看不到過程只會看到結果
            PostbackAction(
                label='postback',
                display_text='postback text',
        要傳到後端的資料
                data='action=buy&itemid=1'
            ),
            MessageAction(
                label='message',
                text='message text'
            )
        ]
    )
)

Template with two action buttons.

type
String Required
confirm

text
String Required
Message text
Max character limit: 240
必須兩個
actions
Array of action objects Required
Action when tapped
Set 2 actions for the 2 buttons
https://ithelp.ithome.com.tw/upload/images/20211001/20140159hP04BXv8xl.jpg


上一篇
[DAY16]模板按鈕
下一篇
[DAY18]旋轉木馬(01)
系列文
LINE機器人學習歷程30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言