取得報價

動作編號
actions.intent.GET_QUOTATION
說明
取得特定作者或創意作品的報價。
查詢範例

en-US

  • 取得報價。
  • 聽聽 Abraham Lincoln 的說法。
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"
   
]
 
}
]