- অ্যাকশন আইডি
-
actions.intent.GET_JOKE
- বর্ণনা
- একটি বিষয় বা একটি সৃজনশীল কাজ থেকে একটি কৌতুক পান.
- উদাহরণ প্রশ্ন
en-US
- একটা কৌতুক শুনি।
- কুকুর সম্পর্কে একটি কৌতুক বলুন.
- JSON-LD নমুনা
-
[
{
"exampleValues": [
{
"@context": "https://schema.googleapis.org",
"@type": "Joke",
"about": {
"name": "dogs"
},
"author": {
"name": "Jane Austen"
},
"inLanguage": {
"identifier": "hin"
},
"isPartOf": {
"name": "Pride and Prejudice"
},
"temporalCoverage": "1990-01-01T00:00:00/1990-12-31T11:59:59"
}
],
"name": "joke",
"schemaType": [
"https://schema.googleapis.org/Joke"
]
}
]
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-08 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-08 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `actions.intent.GET_JOKE` Action ID is used to request jokes, optionally specifying a topic or source."],["Example queries include \"Let me hear a joke\" or \"Tell me a joke about dogs,\" demonstrating how users can request jokes."],["JSON-LD sample highlights schema properties like `about`, `author`, `inLanguage`, `isPartOf`, and `temporalCoverage` for representing joke information."]]],["The `actions.intent.GET_JOKE` action retrieves jokes based on a specified topic or creative work. Users can request a general joke or one about a specific subject, like \"dogs.\" The JSON-LD structure defines joke properties, including the topic, author, language, and related creative work. Example query included. The temporal coverage is also included, to indicate the time range for which the content is relevant.\n"]]