견적 받기

액션 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"
    ]
  }
]