- الرقم التعريفي للإجراء
actions.intent.PLAY_GAME
- الوصف
- تشغيل لعبة. إذا كان الإجراء الخاص بك عبارة عن لعبة، عليك التسجيل للحصول على هذا الهدف المضمَّن ليكون مؤهَّلاً للاستدعاء الضمني.
- أمثلة على طلبات البحث
- نموذج JSON-LD
-
[ { "exampleValues": [ { "@context": "https://schema.org", "description": "cute animals", "genre": "adventure", "name": "Example Game 1", "schemaType": "Game" } ], "name": "game", "schemaType": [] } ]
تشغيل لعبة فيديو
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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 ```"]]