0

I am looking for interactive messages for list picker and date picker. I followed apple doc and used Json format. Json format is not supported. its showing json in messages not looking like interactive message. Can anyone knows the correct template? Currently using following json format but its not working:

{ "templateType": "ListPicker", "version": "1.0", "data": { "replyMessage": { "title": "Thanks for selecting!", "subtitle": "Option selected" }, "content": { "title": "How can I help You?", "subtitle": "Tap to select option", "elements": [{ "title": "Apple", "subtitle": "apple" }, { "title": "Strawberry", "subtitle": "strawberry" }, { "title": "Other", "subtitle": "other" }] } } }

0 Answers0