견적 받기

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