- 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" ] } ]
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 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."]]],[]]