Reputation: 2451
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.
This is where I want to show options
Upvotes: 0
Views: 1083
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