简体   繁体   中英

Dialogflow list does not work on Google Assistant the first time

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.

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

添加事件

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

从列表选择中获取值

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM