AssistantApiDateTimeRange

AI Overview😉

  • The potential purpose of this module is to analyze and understand time-based ranges and intervals, allowing Google to better comprehend and process date-related information on the web. This could be used to improve search results related to events, schedules, or time-sensitive information.
  • This module could impact search results by allowing Google to more accurately identify and prioritize content that is relevant to specific time ranges or intervals. For example, if a user searches for "concerts in New York this weekend", Google could use this module to identify events that fall within the specified time range and return more relevant results.
  • To be more favorable for this function, a website could ensure that it provides clear and structured date-related information, such as using schema.org markup for events or using consistent date formats throughout the site. Additionally, websites could provide more granular date information, such as specifying start and end times for events, to help Google better understand the time-based context of the content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A representation of a range of time with start and end datetime specified.

Attributes

  • endDate (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDateTime.t, default: nil) - End date of the range.
  • startDate (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDateTime.t, default: nil) - Start date of the range.

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.AssistantApiDateTimeRange{
  endDate: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDateTime.t() | nil,
  startDate: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDateTime.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.