कोटेशन पाएं

कार्रवाई ID
actions.intent.GET_QUOTATION
ब्यौरा
किसी खास लेखक या रचनात्मक काम से कोटेशन पाएं.
क्वेरी के उदाहरण

en-US

  • कोटेशन पाएं.
  • अब्राहम लिंकन का कोई विचार सुनें.
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"
   
]
 
}
]