5
votes

My Dialogflow agent is using an 'Actions on Google Rich Message' List response object to display options on the Google Assistant platform.

The list options work perfectly when testing on the Dialogflow console. However, when testing through the Google Assistant Simulator or Google Assistant app on a mobile device, the list option does not work on the first try. It works only when selecting an option the second time.

Any guidance would be appreciated.

1
Can you show the code or the JSON you're using to reply? Are you doing this through webhook fulfillment?Prisoner

1 Answers

1
votes

You have to add the actions_intent_OPTION event in an intent that can handler the user selection from list.

add event

You can access the value from the parameter using the #actions_intent_OPTION.OPTION

fetch value from list selection