dialogflow-es - 意图未显示在谷歌操作控制台中

标签 dialogflow-es actions-on-google

<分区>

我在 Dialogflow 控制台中创建了 5 个意图,除了默认欢迎意图外,我无法在操作控制台中看到任何一个。

我正在处理 google 操作中的推送通知,因此我需要能够在通知被触发时选择其中之一作为触发意图。

如何在操作控制台中查看我的意图?

目前我收到错误:“未找到应用请求发送更新权限的意图

最佳答案

setting up notifications state 的文档:

At least one of the Actions in your Actions project must be configured as a triggering intent which will be invoked when the user taps a notification received from the Assistant.

Your Actions cannot be configured to trigger the Default Welcome Intent from a push notification.

如果您使用的是 Dialogflow,则需要使用 Google 智能助理的 Dialogflow 集成设置来设置额外的欢迎意图。

enter image description here

然后在Implicit invocation部分,添加他们确认通知时需要作为触发意图的Intent。然后您应该选择“测试”以确保部署了最新版本的配置。

enter image description here

然后您应该能够返回操作控制台,并可能在刷新后选择触发意图。

关于dialogflow-es - 意图未显示在谷歌操作控制台中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52830533/

相关文章:

google-cloud-platform - PermissionDenied : 403 IAM permission 'dialogflow.intents.list'

dialogflow-es - Google 上的 SSML Actions,更改说话语言

actions-on-google - Actions on Google - 支持德语吗?

javascript - Dialogflow 实现访问代码中的实体

dialogflow-es - 想要保留持久的值(value)观

c# - 尝试使用 Dialogflow V2 API 中的自定义事件更新意图参数,但它没有传递到意图

google-cloud-platform - 从 Cloud Storage 打开/读取 CSV 文件到 Cloud Functions

google-cloud-functions - 在对话流中处理 NO USER INPUT

actions-on-google - API.ai Actions on Google - 获取 Google Home 已知的当前属性,例如天气、位置

machine-learning - Dialogflow 中的意图限制可以增加吗?