Hello,
We are trying to follow Work with cards in bot conversations in order to show cards for Google Dialogflow CX in web messenger. However, it seems not to be working properly. It only displays the genesys_prompt attribute. The json we are using is the following
{
"genesys_prompt": "Hello",
"genesys_carousel": [
{
"title": "Electrolux",
"defaultAction": {
"type": "Link",
"url": "https://www.frigidaire.com/en/"
},
"actions": [
{
"type": "Postback"
“text": "Yes"
“payload": "Yes"
},
{
“text”: "No"
“type": "Postback"
“payload": "No"
}
]
}
]
}
And the response we are getting is: