获取报价

操作 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"
    ]
  }
]