- شناسه اقدام
-
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"
]
}
]
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-08 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-01-08 بهوقت ساعت هماهنگ جهانی."],[[["The `actions.intent.GET_QUOTATION` Action ID is used to request quotations from a specific author or work."],["Users can trigger this action with simple queries like \"Get a quote\" or \"Hear a quote from [author's name]\"."],["This action utilizes JSON-LD to provide structured data about the requested quotation, including author, work, language, and keywords."],["The JSON-LD sample demonstrates how properties like `spokenByCharacter`, `isPartOf`, and `temporalCoverage` can be used to specify details about the desired quotation."]]],["The core content describes the `actions.intent.GET_QUOTATION` action, which retrieves a quote from an author or creative work. Users can request quotes generally or from specific individuals like Abraham Lincoln. The JSON-LD sample illustrates a quotation's structure, including author (e.g., Nelson Mandela), source work (e.g., \"Long Walk to Freedom\"), language, keywords, and time period. The structure also include the name and schema type of the action, and an example.\n"]]