- 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": [] } ]
Play game
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eactions.intent.PLAY_GAME\u003c/code\u003e built-in intent allows users to launch games through Google Assistant and is required for implicit invocation of game Actions.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers must register their game Action for this intent and provide JSON-LD schema specifying game details like name, genre, and description to enable game discovery and engagement.\u003c/p\u003e\n"],["\u003cp\u003eUsers can trigger this intent with phrases like "Play a game" or "Play a trivia game", allowing for a natural and intuitive way to access games.\u003c/p\u003e\n"]]],[],null,["# Play game\n\nAction ID\n: `actions.intent.PLAY_GAME`\n\nDescription\n: 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.\n\nExample queries\n:\n\n #### en-US\n\n - Play a game.\n - Play a trivia game.\n\nJSON-LD sample\n:\n\n ```transact-sql\n [\n {\n \"exampleValues\": [\n {\n \"@context\": \"https://schema.org\",\n \"description\": \"cute animals\",\n \"genre\": \"adventure\",\n \"name\": \"Example Game 1\",\n \"schemaType\": \"Game\"\n }\n ],\n \"name\": \"game\",\n \"schemaType\": []\n }\n ]\n ```"]]