dialogflow messenger carousel

426 views
Skip to first unread message

Tamás Molnár

unread,
Jul 26, 2022, 6:34:05 PM7/26/22
to Dialogflow CX Edition users
Hi! I integrated the Dialogflow CX with Dialogflow Messenger. I would like use rich webhook responses.
And for example this response works.
$resp = '{
  "fulfillmentText": "my text",
  "fulfillmentMessages": [
    {
      "text": {
        "text": [
          "my text"
        ]
      }
    },
    {
      "payload": {
        "richContent": [
          [
            {
              "type": "chips",
              "options": [
                {
                  "text": "my text"
                }
              ]
            }
          ]
        ]
      }
    }
  ]
}';

But I could not find the proper json format of the carousel response.
Can you tell me the json format of the carousel webhook?
Thanks T


Jose Gutierrez Paliza

unread,
Aug 1, 2022, 6:34:03 PM8/1/22
to Dialogflow CX Edition users
You can see the following document to see the format of a Carousel in JSON format for Rich Responses.
Reply all
Reply to author
Forward
0 new messages