Conversational Actions 快速入门指南 - 失败

Conversational Actions quick start guide - failing

第一次来这里,我卡住了:(

我正在尝试通过遵循该项目的 quick start guide. I've tried countless different ways of creating a project in the Actions Console. I believe that it should be New project -> Game -> Blank project (for smart display). I have enabled the Actions API 获得地面项目。

我是这样创建项目的gactions init interactive-canvas --dest test-canvas

我已经用我的项目 ID 更新了文件 sdk/settings/settings.yaml

当我尝试使用 gactions push 推送我的项目时,我收到了一些警告,尤其是这个 Custom actions can only be specified in Conversational Actions projects:

...
Waiting for server to respond...
[WARNING] Server found validation issues (however, your files were still pushed):
  Locale  Validation Result
          Custom actions can only be specified in Conversational Actions projects.
  en      Short description is required
  en      Long description is required
...

当我尝试 运行 gactions deploy preview 时,出现以下错误:

Deploying files in the project "test-canvas" to Actions Console for preview. This may take a few minutes.
Sending configuration files...
Sending resources...
Waiting for server to respond. It could take up to 1 minute if your cloud function needs to be redeployed.
[ERROR] Server did not return HTTP 200.
{
  "error": {
    "code": 400,
    "message": "Request contains an invalid argument.",
    "details": [
      {
        "@type": "type.googleapis.com/google.rpc.BadRequest",
        "fieldViolations": [
          {
            "description": "Custom actions can only be specified in Conversational Actions projects."
          }
        ]
      }
    ]
  }
}

如何创建 Conversational Actions project?我以为我一直在这样做?我很迷惑。谁能指出我正确的方向?

谢谢!

亲切的问候, 托拜厄斯

$ gactions version
3.0.0+316143447

我也在尝试启动一个项目。我收到了同样的错误消息,我想知道是否需要修复 Google 方面的问题。现在,当我更新任何代码并转到 Actions Console > Webhooks 并单击 Deploy 时,我只是使用 gactions push。我等待它部署到服务器,然后单击 Test 选项卡来玩模拟器。