迁移到 Google Home 开发者中心已完成。
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
action.devices.DISCONNECT
当用户将设备账号与 Google 助理解除关联时,就会触发此 intent。
此 intent 表示 Google 助理不会
添加额外的 intent。收到DISCONNECT后
意图,则您的云服务应停止向 Google 发布更改,
请求同步和
报告状态。
如需了解详情,请参阅断开连接。
请求格式
| 字段 |
类型 |
说明 |
requestId |
String |
必填。
请求的 ID。
|
inputs |
数组 |
必填。
与 intent 请求匹配的输入列表。
|
[item, ...] |
对象 |
与 intent 请求关联的类型和载荷。
|
intent |
|
必填。
(常量值:"action.devices.DISCONNECT")
intent 请求类型。
|
示例
DISCONNECT intent 请求
{
"requestId": "ff36a3cc-ec34-11e6-b1a0-64510650abcf",
"inputs": [
{
"intent": "action.devices.DISCONNECT"
}
]
}
响应格式
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2026-04-18。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["不正确的信息","incorrectInformation","thumb-down"],["信息/样本不足","notEnoughInformationSamples","thumb-down"],["太复杂","tooComplicated","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2026-04-18。"],[],[]]