Api.ai 的列表、轮播响应无法在 Actions Simulator 上运行
List, Carousel response by Api.ai not working on Actions Simulator
在我的应用程序中,一个 Intent returns list 用于 Google 上的操作,它在 Api.ai 的 'Test section' 上运行良好但无法在 Actions Simulator 上运行。
Test on Api.ai try: (worked fine)
Test on Actions Simulator: (Fails)
注意:对于同一应用程序,其他查询和意图在 Actions Simulator 上运行良好
我们是否需要将 'list' 与其他消息内容一起使用?
Carousel Card 也存在同样的问题。
早些时候我在基本卡上遇到了同样的问题,但通过简单响应加入卡解决了,但在这里也没有用。
像'basic_card'强制需要'simple response','list'是否也需要附加一些东西?
请帮忙解决
现已修复!
实际上,Api.ai 和 ActionsOnGoogle 之间存在同步问题。
So, to fix this issue we have to disable Actions integration and re-enable it 2-3 times.
And make sure:
Additional triggering intents are chosen properly.*
List or Carousel is having more than two items. (compulsorily)
我对列表和轮播有同样的问题。当我 select 列表(或轮播)中的项目时,它找不到匹配的意图。但是当我重复相同的查询(确切的短语)时,它找到了。
我试过 disabling/enabling Google 助手集成。
在我的应用程序中,一个 Intent returns list 用于 Google 上的操作,它在 Api.ai 的 'Test section' 上运行良好但无法在 Actions Simulator 上运行。
Test on Api.ai try: (worked fine)
Test on Actions Simulator: (Fails)
注意:对于同一应用程序,其他查询和意图在 Actions Simulator 上运行良好
我们是否需要将 'list' 与其他消息内容一起使用? Carousel Card 也存在同样的问题。 早些时候我在基本卡上遇到了同样的问题,但通过简单响应加入卡解决了,但在这里也没有用。
像'basic_card'强制需要'simple response','list'是否也需要附加一些东西?
请帮忙解决
现已修复!
实际上,Api.ai 和 ActionsOnGoogle 之间存在同步问题。
So, to fix this issue we have to disable Actions integration and re-enable it 2-3 times.
And make sure:
Additional triggering intents are chosen properly.*
List or Carousel is having more than two items. (compulsorily)
我对列表和轮播有同样的问题。当我 select 列表(或轮播)中的项目时,它找不到匹配的意图。但是当我重复相同的查询(确切的短语)时,它找到了。
我试过 disabling/enabling Google 助手集成。