- 操作 ID
actions.intent.PLAY_GAME
- 説明
- ゲームをプレイする。アクションがゲームの場合、暗黙的な呼び出しを行うには、この組み込みインテントを登録する必要があります。
- クエリの例
-
en-US
- ゲームで遊ぶ。
- 雑学クイズで遊ぶ。
- JSON-LD のサンプル
-
[
{
"exampleValues": [
{
"@context": "https://schema.org",
"description": "cute animals",
"genre": "adventure",
"name": "Example Game 1",
"schemaType": "Game"
}
],
"name": "game",
"schemaType": []
}
]
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-29 UTC。
[null,null,["最終更新日 2024-08-29 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."]]],[]]