Posts

Post not yet marked as solved
1 Replies
1.1k Views
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 I am 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" }] } } }
Posted Last updated
.