별점

액션 ID
actions.intent.GET_HOROSCOPE
설명
생년월일 또는 별자리로 별자리 운세를 찾아보세요.
쿼리 예
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"
    ]
  }
]