Interactive messages for apple business chat

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" }] } } }

Replies

Hi Make sure to review these documents :

If you have additional issue, you shall reach the appropriate support email provided to your team by Apple.