- 액션 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": []
}
]
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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."]]],[]]