action.devices.DISCONNECT
当用户将设备账号与 Google 助理解除关联时,就会触发此 intent。
此 intent 表示 Google 助理不会
添加额外的 intent。收到DISCONNECT
后
意图,则您的云服务应停止向 Google 发布更改,
请求同步和
报告状态。
如需了解详情,请参阅断开连接。
请求格式
字段 | 类型 | 说明 |
---|---|---|
requestId |
String |
必填。 请求的 ID。 |
inputs |
数组 |
必填。 与 intent 请求匹配的输入列表。 |
[item, ...] |
对象 |
与 intent 请求关联的类型和载荷。 |
intent |
必填。 (常量值: intent 请求类型。 |
示例
DISCONNECT intent 请求
{ "requestId": "ff36a3cc-ec34-11e6-b1a0-64510650abcf", "inputs": [ { "intent": "action.devices.DISCONNECT" } ] }
响应格式
字段 | 类型 | 说明 |
---|---|---|
没有属性 |