- 操作 ID
actions.intent.GET_QUOTATION
- 说明
- 引用特定作者或创意作品的名言。
- 示例查询
- JSON-LD 示例
-
[ { "exampleValues": [ { "@context": "https://pending.schema.org", "@type": "Quotation", "inLanguage": { "identifier": "jpn" }, "isPartOf": { "name": "Long Walk to Freedom" }, "keywords": "inspirational", "spokenByCharacter": { "name": "Nelson Mandela" }, "temporalCoverage": "2000-01-01T03:00:00/2099-12-12T23:59:59" } ], "name": "quotation", "schemaType": [ "https://pending.schema.org/Quotation" ] } ]
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-29。
[null,null,["最后更新时间 (UTC):2024-08-29。"],[[["The `actions.intent.GET_QUOTATION` Action ID is used to request quotations from a specific author or work."],["Users can trigger this action with simple queries like \"Get a quote\" or \"Hear a quote from [author's name]\"."],["This action utilizes JSON-LD to provide structured data about the requested quotation, including author, work, language, and keywords."],["The JSON-LD sample demonstrates how properties like `spokenByCharacter`, `isPartOf`, and `temporalCoverage` can be used to specify details about the desired quotation."]]],[]]