Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是一个奇怪的问题。我在开发版本中重构了我现有技能的交互模型。我重命名了意图和插槽名称。这些更改在模拟器中得到反映并完美运行,但在 echo dot 上,它可以识别生产版本中可用的旧意图和插槽。
终于可以解决问题了。
由于我只更新了 en-IN 区域的交互模型,并且我的设备配置了 en-US,所以 en-US 模型的旧交互模型造成了混乱。更新所有区域的交互模型后。它现在工作。