【发布时间】:2018-04-07 10:23:10
【问题描述】:
"type": "postback",
"title": "What can Chatbots do",
"payload": "One day Chatbots will control the Internet of Things! You will be able to control your homes temperature with a text",
}, {
"type": "postback",
"title": "The Future",
"payload": "Chatbots are fun! One day your BFF might be a Chatbot",
}],
例如,当用户点击“未来”时,应用会以
的形式向用户发送消息Postback received: {"payload":"Chatbots are fun! One day your BFF might be a Chatbot"}
我怎样才能改变它,使它只是以消息形式发送?
【问题讨论】: