代码之家  ›  专栏  ›  技术社区  ›  Leon Gaban

Hello World Google Home应用程序在模拟中不工作

  •  1
  • Leon Gaban  · 技术社区  · 7 年前

    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"
                    }
                }
            ]
        }
    }
    

    我错过了哪一步?

    enter image description here

    新问题,无法重新激活

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

    enter image description here

    1 回复  |  直到 7 年前
        1
  •  3
  •   Community Reversed Engineer    4 年前

    1. 确保正确选择了意图。
    2. 更新你的应用程序。

    转到模拟器:

    第一次通过: Talk to <app-name> (强制性) .

    first


    2. second

    并确保在AoG的概述页面中正确填写了应用程序详细信息。