简体   繁体   English

Dialogflow 列表第一次在 Google 助理上不起作用

[英]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.我的 Dialogflow 代理正在使用“Google 富消息操作”列表响应对象来显示 Google 助理平台上的选项。

The list options work perfectly when testing on the Dialogflow console.在 Dialogflow 控制台上进行测试时,列表选项可以完美运行。 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.但是,在移动设备上通过 Google Assistant Simulator 或 Google Assistant 应用程序进行测试时,列表选项在第一次尝试时不起作用。 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.您必须在可以处理用户从列表中选择的意图中添加actions_intent_OPTION事件。

添加事件

You can access the value from the parameter using the #actions_intent_OPTION.OPTION您可以使用#actions_intent_OPTION.OPTION从参数访问值

从列表选择中获取值

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Dialogflow 禁用 Google 助理 - Dialogflow disable Google Assistant 使用 Google Assistant 在 Dialogflow 中的第一个 Intent 响应之前初始化 Session 实体类型 - Initialize Session Entity Types before the first Intent response in Dialogflow with Google Assistant 浏览轮播卡不适用于 Dialogflow 中的谷歌助手 - Browse Carousel Card not working for google assistant in Dialogflow Google Dialogflow 环境和版本功能如何工作? - How does Google Dialogflow envrionments and version feature work? 谷歌DialogFlow V2实现中的神秘错误(谷歌助手模拟器空响应,请求,错误选项卡) - Google DialogFlow V2 mysterious error in fulfillment (Google Assistant simulator empty response, request, error tab) Dialogflow Google Assistant Alpha 版本总是失败并显示以下消息:“对于 en:您的示例发音结构不正确。” - Dialogflow Google Assistant Alpha release always failing with the following message: “For en: Your sample pronunciations are structured incorrectly.” Google Vertex AI Matching 引擎拒绝列表如何工作? - How does Google Vertex AI Matching engine deny list work? Dialogflow定价和Google Cloud定价 - Dialogflow pricing and Google Cloud pricing GoogleDialogflow闲聊问题 - Google dialogflow small talk issue 删除Google Project上的Dialogflow /动作 - Delete Dialogflow/Actions on Google Project
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM