Check air quality

  • actions.intent.CHECK_AIR_QUALITY is an Action ID used to check the air quality at a specific location.

  • Example queries for this Action ID include "What's the air quality?" and "How is the air quality in Mountain View?".

  • This Action ID supports various fields related to location, geographical data, attributes, and temporal coverage.

Action ID
actions.intent.CHECK_AIR_QUALITY
Description
Check the air quality at a specific location.
Example queries
Supported fields
attributes
location.@type
location.geo.@type
location.geo.latitude
location.geo.longitude
location.name
temporalCoverage
JSON-LD sample
[
  {
    "exampleValues": [
      "2018-03-18T10:25:00"
    ],
    "name": "location",
    "schemaType": []
  },
  {
    "exampleValues": [
      "2018-03-18T10:25:00"
    ],
    "name": "attributes",
    "schemaType": []
  },
  {
    "exampleValues": [
      "2018-03-18T10:25:00"
    ],
    "name": "temporalCoverage",
    "schemaType": []
  }
]