Play game

Action ID
actions.intent.PLAY_GAME
Description
Play a game. If your Action is a game, you must register for this built-in intent in order to be eligible for implicit invocation.
Example queries
JSON-LD sample
[
  {
    "exampleValues": [
      {
        "@context": "https://schema.org",
        "description": "cute animals",
        "genre": "adventure",
        "name": "Example Game 1",
        "schemaType": "Game"
      }
    ],
    "name": "game",
    "schemaType": []
  }
]