Hello World Google 家庭应用程序无法在模拟中运行
Hello World Google Home app not working in simulation
收到错误消息说这在模拟中不起作用?
https://console.actions.google.com/project/helloworld-4e256/simulator
我在这里学习本教程:https://www.youtube.com/watch?v=IYkUEunn9iA
{
"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它确实有效,至少在右侧栏的测试区域。
我错过了哪一步?
新问题,无法重新激活
我将我的测试设置为非活动状态,现在无法重新激活它
转到您的操作集成设置:
- 确保您已正确选择意图。
- 更新您的应用。
转到模拟器:
开始与您的测试应用交互:
First pass: Talk to <app-name>
(compulsory).
示例:
1.
2.
然后您将使用您的应用程序并可以在您触发的意图中使用应用程序命令。
And make sure you've filled app details properly in Overview page of AoG.
收到错误消息说这在模拟中不起作用?
https://console.actions.google.com/project/helloworld-4e256/simulator
我在这里学习本教程:https://www.youtube.com/watch?v=IYkUEunn9iA
{
"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它确实有效,至少在右侧栏的测试区域。
我错过了哪一步?
新问题,无法重新激活
我将我的测试设置为非活动状态,现在无法重新激活它
转到您的操作集成设置:
- 确保您已正确选择意图。
- 更新您的应用。
转到模拟器:
开始与您的测试应用交互:
First pass:
Talk to <app-name>
(compulsory).
示例:
1.
2.
然后您将使用您的应用程序并可以在您触发的意图中使用应用程序命令。
And make sure you've filled app details properly in Overview page of AoG.