Hello World Google Home应用无法使用模拟

时间:2017-07-11 14:05:14

标签: dialogflow actions-on-google google-home

说错误说这在模拟中不起作用?

https://console.actions.google.com/project/helloworld-4e256/simulator

我在此处遵循本教程:https://www.youtube.com/watch?v=IYkUEunn9iA

enter image description here

{
    "response": "Sorry, this action is not available in simulation",
    "audioResponse": "//NExAAQQ...",
    "debugInfo": {
        "sharedDebugInfo": [
            {
                "name": "GOOGLE_SYSTEM_ACTION",
                "debugInfo": "Your query is handled by Google’s system actions"
            }
        ]
    },
    "visualResponse": {
        "visualElements": [
            {
                "displayText": {
                    "content": "Sorry, this action is not available in simulation"
                }
            }
        ]
    }
}

然而,在API.ai中,它确实有效,至少在右侧栏的测试区域。

我错过了哪一步?

enter image description here

新问题,无法重新激活

我将测试设置为无效,现在无法重新激活

enter image description here

1 个答案:

答案 0 :(得分:3)

转到“动作集成”设置:

  1. 确保您已正确选择意图。
  2. 更新您的应用。
  3. 转到模拟器:

    开始与测试应用互动:

      

    第一遍:Talk to <app-name> (必修)

    示例:

    1。first

    2。second

    然后,您将使用自己的应用,并可以在触发的意图中使用应用命令。

      

    并确保您已在AoG的概述页面中正确填写了应用详情。