Play game

  • The actions.intent.PLAY_GAME Action ID is used to play a game.

  • You must register for this built-in intent if your Action is a game to be eligible for implicit invocation.

  • Example queries include "Play a game" and "Play a trivia 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": []
  }
]