- 操作 ID
actions.intent.GET_JOKE
- 说明
- 找个关于某个主题或创意作品的笑话。
- 示例查询
-
en-US
- 让我听个笑话。
- 给我讲个关于狗的笑话。
- 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" ] } ]
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-10。
[null,null,["最后更新时间 (UTC):2024-09-10。"],[[["The `actions.intent.GET_JOKE` Action ID is used to request jokes, optionally specifying a topic or source."],["Example queries include \"Let me hear a joke\" or \"Tell me a joke about dogs,\" demonstrating how users can request jokes."],["JSON-LD sample highlights schema properties like `about`, `author`, `inLanguage`, `isPartOf`, and `temporalCoverage` for representing joke information."]]],["The `actions.intent.GET_JOKE` action retrieves jokes based on a specified topic or creative work. Users can request a general joke or one about a specific subject, like \"dogs.\" The JSON-LD structure defines joke properties, including the topic, author, language, and related creative work. Example query included. The temporal coverage is also included, to indicate the time range for which the content is relevant.\n"]]