讲笑话

操作 ID
actions.intent.GET_JOKE
说明
针对某个主题或创意作品讲个笑话。
示例查询
JSON-LD 示例
[
  {
    "exampleValues": [
      {
        "@context": "https://schema.googleapis.org",
        "@type": "Joke",
        "about": {
          "name": "dogs"
        },
        "author": {
          "name": "Jane Austen"
        },
        "inLanguage": {
          "identifier": "hin"
        },
        "isPartOf": {
          "name": "Pride and Prejudice"
        },
        "temporalCoverage": "1990-01-01T00:00:00/1990-12-31T11:59:59"
      }
    ],
    "name": "joke",
    "schemaType": [
      "https://schema.googleapis.org/Joke"
    ]
  }
]