1

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

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 中它确实有效,至少在右侧栏的测试区域中是这样。

我错过了什么步骤?

在此处输入图像描述

新问题,无法重新激活

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

在此处输入图像描述

4

1 回答 1

3

Go to your Actions Integration settings:

  1. Make sure you've selected intents properly.
  2. Update your app.

Go to Simulator:

To start interacting with your test app:

First pass: Talk to <app-name> (compulsory).

Example:

1.first


2.second

Then you will be with your app and can use app commands in your triggered intents.

And make sure you've filled app details properly in Overview page of AoG.

于 2017-07-11T16:13:11.040 回答