Daemon
Daemon

Reputation: 99

How to create suggested input in actions on google while creating an google assistant app in dialogflow?

I want to put a prompt to allow user to choose while responding in google assistant app. I am creating this in dialog flow. How do I do this?

Upvotes: 3

Views: 2098

Answers (1)

Mark Scheel
Mark Scheel

Reputation: 2963

If you want to add "suggested input" items into your conversational experience as they show in the simulator or on a screen device, you are talking about "Suggestion Chips". Here is what that looks like in the simulator:

enter image description here

Using Dialogflow you can go into an Intent, and go to Responses. Go to the Google Assistant tab. Add a response and choose the type "Suggestion Chips". The input should match an intent.

Upvotes: 3

Related Questions