गेम खेलें

कार्रवाई ID
actions.intent.PLAY_GAME
ब्यौरा
कोई गेम खेलें. अगर आपका Action कोई गेम है, तो आपको इस बिल्ट-इन इंटेंट के लिए रजिस्टर करना होगा, ताकि आप सीधे तौर पर शुरू करने की सुविधा का इस्तेमाल कर सकें.
क्वेरी के उदाहरण
JSON-LD सैंपल
[
  {
    "exampleValues": [
      {
        "@context": "https://schema.org",
        "description": "cute animals",
        "genre": "adventure",
        "name": "Example Game 1",
        "schemaType": "Game"
      }
    ],
    "name": "game",
    "schemaType": []
  }
]