This is my code…
message1 = { “recipient”: { “id”: reciepent_id, }, “message”:{ “attachment”:{ “type”:“template”, “payload”:{ “template_type”:“button”, “text”:“Select the category by clicking the button below!”, “buttons”:[ { “type”:“web_url”, “url”:“https://bigbang.pk/”, “title”:“Select any one category”, “webview_height_ratio”: “tall” } ] } } } }
dispatcher.utter_custom_json(message1)