Conversational Actions will be deprecated on June 13, 2023. For more information, see Conversational Actions sunset.

Play game

Stay organized with collections Save and categorize content based on your preferences.
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": []
  }
]