欢迎使用 Google Home 开发者中心,这是一个学习如何开发智能家居 Action 的新平台。注意:构建 Action 的工作仍需在 Actions 控制台中完成。
履行情况
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
执行方式是部署为网络钩子的代码
动态响应机制,
smart home intent。
在用户与 Google Assistant 对话期间,执行方式
让您可以使用通过 Google 自然语言提取的信息
以生成动态响应或在后端触发操作
例如开灯
你的执行方式会从 Assistant 接收请求,
处理请求并做出响应这种来回式请求和响应
这个过程可以推动对话继续进行,直到你最终完成
初始用户请求。
在大多数情况下,用户会有一个简单的 smart home
与 Assistant 的交互,例如
Hey Google,开灯。不过,如果您将
第二层用户身份验证,
您的执行方式可能需要处理多个请求和响应,
Assistant请求完成以下操作后,可能会要求输入确认 PIN 码:
特定用户请求,例如“Hey Google,为前门开锁”。
图 1 显示了一个成功的 fulfillment 和
smart home
EXECUTE
intent。
<ph type="x-smartling-placeholder">
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2022-10-25。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"没有我需要的信息"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"太复杂/步骤太多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"内容需要更新"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/代码问题"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"易于理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"解决了我的问题"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{"lastModified": "\u6700\u540e\u66f4\u65b0\u65f6\u95f4 (UTC)\uff1a2022-10-25\u3002"}
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2022-10-25。"]]