- অ্যাকশন আইডি
-
actions.intent.GET_QUOTATION
- বর্ণনা
- একটি নির্দিষ্ট লেখক বা সৃজনশীল কাজের থেকে একটি উদ্ধৃতি পান।
- উদাহরণ প্রশ্ন
- 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 সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-13 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-13 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["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."]]],[]]