Cards Do Not Render in Dialogflow CX Web Messaging

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:

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.