Get a quotation

Action ID
actions.intent.GET_QUOTATION
Description
Get a quotation from a particular author or creative work.
Example queries
JSON-LD sample
[
  {
    "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"
    ]
  }
]