action.devices.DISCONNECT

当用户解除其设备帐号与 Google 助理的关联时,会触发此 intent。

此 intent 表示 Google 助理不会为此用户发送其他 intent。收到 DISCONNECT intent 后,您的云服务应停止使用请求同步报告状态停止向 Google 发布更改。

如需了解详情,请参阅断开连接

请求格式

字段 类型 说明
requestId String

必填。

请求的 ID。

inputs 数组

必填。

与 intent 请求匹配的输入列表。

[item, ...] 对象

与 intent 请求相关联的类型和载荷。

intent

必填。

(常量值:"action.devices.DISCONNECT"

intent 请求类型。

示例

断开 intent 请求

{
  "requestId": "ff36a3cc-ec34-11e6-b1a0-64510650abcf",
  "inputs": [
    {
      "intent": "action.devices.DISCONNECT"
    }
  ]
}

响应格式

字段 类型 说明

没有属性