AssistantApiDateTime

AI Overview😉

  • The potential purpose of this module is to help Google understand and process dates and times mentioned on a webpage, including the timezone, to provide more accurate and relevant search results.
  • This module could impact search results by allowing Google to better understand the context and relevance of dates and times mentioned on a webpage, potentially leading to more accurate ranking of results based on freshness, relevance, and location.
  • A website may change things to be more favorable for this function by using standardized date and time formats, including timezone information, and making sure that dates and times are accurately and consistently represented across the website. This could include using schema.org markup to provide additional context about dates and times mentioned on the webpage.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.AssistantApiDateTime (google_api_content_warehouse v0.4.0)

A date-time specification, combining a date and civil time (relative to a given timezone).

Attributes

  • date (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDate.t, default: nil) - A Gregorian calendar date.
  • timeOfDay (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimeOfDay.t, default: nil) - A civil time relative to a timezone.
  • timeZone (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimeZone.t, default: nil) - A time zone in IANA format.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiDateTime{
  date: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDate.t() | nil,
  timeOfDay:
    GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimeOfDay.t() | nil,
  timeZone: GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimeZone.t() | nil
}

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.