একটি উদ্ধৃতি পান

অ্যাকশন আইডি
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"
   
]
 
}
]