GoogleInternalAppsWaldoV1alphaOutsideWorkingHours

AI Overview😉

  • The potential purpose of this module is to determine when a user is not available or working during certain hours, and to provide an estimated time when they will be available again. This could be used to adjust search results or provide more accurate information to users about when they can expect a response or action from a business or individual.
  • This module could impact search results by influencing the ranking of businesses or individuals based on their availability. For example, if a user searches for a business during non-working hours, the search results may prioritize businesses that are available during those hours. Alternatively, the module could provide additional information to users about the availability of a business, such as "Currently closed, opens at [time]" or "Will respond within [timeframe]".
  • A website may change things to be more favorable for this function by providing accurate and up-to-date information about their working hours, including any outside working hours or out-of-office (OOO) intervals. This could be done by integrating a calendar system that syncs with Google's system, or by manually updating their working hours in their Google My Business profile. Additionally, businesses may want to consider adjusting their working hours to be more aligned with their target audience's needs, in order to improve their search visibility and ranking.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The status indicating the user doesn't work at this time.

Attributes

  • comeBackTime (type: DateTime.t, default: nil) - The closest time when the user will be available after this block. This might be different from the start of the working hours in Calendar, because the given OutsideWorkingHours interval might be followed by OOO.

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.GoogleInternalAppsWaldoV1alphaOutsideWorkingHours{
    comeBackTime: DateTime.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.