- 操作 ID
actions.intent.CHECK_WATER_CONDITIONS
- 说明
- 查看特定时间或地点的水资源状况。
- 示例查询
-
en-US
- 检查水质状况。
- 苏必利尔湖的水状况怎么样?
- JSON-LD 示例
-
[ { "exampleValues": [ "Hurricane Katrina" ], "name": "area", "schemaType": [] }, { "exampleValues": [ "Hurricane Katrina" ], "name": "time", "schemaType": [] }, { "exampleValues": [ "Hurricane Katrina" ], "name": "cause", "schemaType": [] } ]
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-10。
[null,null,["最后更新时间 (UTC):2024-09-10。"],[[["This action, identified by `actions.intent.CHECK_WATER_CONDITIONS`, enables users to inquire about water conditions."],["Users can specify a location, such as \"Lake Superior\", or a time frame when checking water conditions."],["Developers can use the provided JSON-LD sample to understand the data structure and expected parameters like \"area,\" \"time,\" and \"cause\" for this action."]]],["The core function is to check water conditions, potentially at a specific location or time. Example queries include \"Check water conditions\" and \"How's the water in Lake Superior?\". The action `actions.intent.CHECK_WATER_CONDITIONS` can use parameters like \"area\", \"time\", and \"cause\", although their schema type are undefined. The examples provided for these parameters use \"Hurricane Katrina\" as values.\n"]]