Caesar
Caesar

Reputation: 9843

How to show suggestion bubbles at the start of a question in Dialogflow CX Messenger?

In Dialogflow CX Messenger, how do I display suggestion chips alongside the bot's question, as shown in the official docs?

enter image description here

I'm using the Conversational Messenger integration, and I looked at the documentation but I couldn't find a parameter that I can add to df-messenger or df-messenger-chat-bubble.

Upvotes: 0

Views: 48

Answers (1)

McMaco
McMaco

Reputation: 328

There are multiple types of Dialogflow CX Messenger fulfillment for this case we will choose the Suggestion chip response type. We used a pre-built agent, namely small talk. Proceed to build, click Start Page, click Default Welcome Intent, Under Fulfillment go to Agent responses click + Add dialogue response then choose Custom payload copy paste the json formatted text then click save.

imageimage

Upvotes: 1

Related Questions