Jay Patel
Jay Patel

Reputation: 2451

Want suggestions in DialogFlow prompt statement

I'm developing dialog flow chatbot, I want to give suggestions in my PROMPT question like Google gives for sign-in, how to do this?

suggestions are simple like "LEFT" and "RIGHT", such kind of static.

I want something like this

enter image description here This is where I want to show options

Upvotes: 0

Views: 1083

Answers (1)

techpeace
techpeace

Reputation: 2644

This is known as a "quick reply" rich response. Unfortunately, it isn't possible to use rich responses in prompts, as these can only be text.

If you want more flexibility in the way you prompt users for more information, you can use follow-up intents and contexts to handle the logical flow of the conversation.

Upvotes: 2

Related Questions