- অ্যাকশন আইডি
-
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 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-13 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-13 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `actions.intent.PLAY_GAME` built-in intent allows users to launch games through Google Assistant and is required for implicit invocation of game Actions."],["Developers 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."],["Users 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."]]],[]]