I am trying to add suggestion chips in dialog flow to be used in Facebook Messenger. But it is not Working which i am unable to understand
Here is my Custom Payload
{
"facebook": {
"attachment": {
"type": "suggestion_chips",
"title": "title",
"suggestions": [ "chip 1" ," chip 2"]
}
}
}
Thanks in Advance