- 操作 ID
actions.intent.CHECK_WATER_CONDITIONS
- 说明
- 查看特定时间或地点的水资源状况。
- 示例查询
- 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):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eThis action, identified by \u003ccode\u003eactions.intent.CHECK_WATER_CONDITIONS\u003c/code\u003e, enables users to inquire about water conditions.\u003c/p\u003e\n"],["\u003cp\u003eUsers can specify a location, such as "Lake Superior", or a time frame when checking water conditions.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use the provided JSON-LD sample to understand the data structure and expected parameters like "area," "time," and "cause" for this action.\u003c/p\u003e\n"]]],["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"],null,["# Check water conditions\n\nAction ID\n: `actions.intent.CHECK_WATER_CONDITIONS`\n\nDescription\n: Check the water conditions at a specific time or location.\n\nExample queries\n:\n\n #### en-US\n\n - Check water conditions.\n - How's the water in Lake Superior?\n\nJSON-LD sample\n:\n\n ```text\n [\n {\n \"exampleValues\": [\n \"Hurricane Katrina\"\n ],\n \"name\": \"area\",\n \"schemaType\": []\n },\n {\n \"exampleValues\": [\n \"Hurricane Katrina\"\n ],\n \"name\": \"time\",\n \"schemaType\": []\n },\n {\n \"exampleValues\": [\n \"Hurricane Katrina\"\n ],\n \"name\": \"cause\",\n \"schemaType\": []\n }\n ]\n ```"]]