- Идентификатор действия
-
actions.intent.CHECK_WATER_CONDITIONS
- Описание
- Проверьте состояние воды в определенное время или в определенном месте.
- Примеры запросов
ru-US
- Проверьте состояние воды.
- Как вода в озере Верхнее?
- Образец JSON-LD
[ { "exampleValues": [ "Hurricane Katrina" ], "name": "area", "schemaType": [] }, { "exampleValues": [ "Hurricane Katrina" ], "name": "time", "schemaType": [] }, { "exampleValues": [ "Hurricane Katrina" ], "name": "cause", "schemaType": [] } ]
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-01-06 UTC.
[null,null,["Последнее обновление: 2025-01-06 UTC."],[[["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"]]