"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",
}],
When for example, a user clicks 'The Future' the app sends a message to user in the form of
Postback received: {"payload":"Chatbots are fun! One day your BFF might be a Chatbot"}
How can I change it so that It just sends that in message form?