- অ্যাকশন আইডি
-
actions.intent.GET_HOROSCOPE
- বর্ণনা
- জন্ম তারিখ বা চিহ্ন দ্বারা একটি রাশিফল পান।
- উদাহরণ প্রশ্ন
en-US
- রাশিফল পান।
- বৃষ রাশির জন্য আজকের রাশিফল কী?
- JSON-LD নমুনা
-
[
{
"exampleValues": [
{
"@context": "https://schema.googleapis.org",
"@type": "Horoscope",
"category": "love",
"inLanguage": {
"identifier": "fr"
},
"relatedAstrologicalSign": "https://m.wikidata.org/wiki/Q164272",
"relatedAstrologicalSystem": "https://m.wikidata.org/wiki/Q1976204",
"temporalCoverage": "2019-01-08T00:00:00/2019-01-08T23:59:59"
}
],
"name": "astrologySign",
"schemaType": [
"https://schema.googleapis.org/Horoscope"
]
},
{
"exampleValues": [
{
"@context": "https://schema.googleapis.org",
"@type": "Horoscope",
"category": "love",
"inLanguage": {
"identifier": "fr"
},
"relatedAstrologicalSign": "https://m.wikidata.org/wiki/Q164272",
"relatedAstrologicalSystem": "https://m.wikidata.org/wiki/Q1976204",
"temporalCoverage": "2019-01-08T00:00:00/2019-01-08T23:59:59"
}
],
"name": "horoscope",
"schemaType": [
"https://schema.googleapis.org/Horoscope"
]
}
]
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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_HOROSCOPE` action enables users to retrieve horoscopes based on their date of birth or astrological sign."],["Users can trigger this action with simple queries like \"Get horoscope\" or \"What's today's horoscope for taurus?\"."],["The action utilizes JSON-LD to represent horoscopic data, including details like category, language, related astrological sign, and temporal coverage."]]],[]]