AI-generated Key Takeaways
-
The Action ID for getting a horoscope is
actions.intent.GET_HOROSCOPE
. -
This action allows users to get a horoscope based on their date of birth or sign.
-
Example queries in English include "Get horoscope" and "What's today's horoscope for taurus?".
-
The JSON-LD sample shows how horoscope information can be structured using schema.googleapis.org.
- Action ID
actions.intent.GET_HOROSCOPE
- Description
- Get a horoscope by date of birth or sign.
- Example queries
- JSON-LD sample
-
[ { "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" ] } ]