GoogleInternalAppsWaldoV1alphaUpcomingOooContext

AI Overview😉

  • The potential purpose of this module is to understand when a user is going to be out of office (OOO) and adjust search results accordingly. This could be used to prioritize or filter out results that may not be relevant or up-to-date during the user's absence.
  • This module could impact search results by:
    • Demoting or removing results from a user's own website or organization during their OOO period, assuming they may not be able to respond or update the content.
    • Prioritizing results from other sources that may be more up-to-date or relevant during the user's absence.
    • Providing additional information or warnings to users searching for topics related to the OOO user, indicating that the user may not be available to respond or provide updates.
  • To be more favorable for this function, a website could:
    • Provide clear and up-to-date information about the user's OOO status, including the duration and expected return date.
    • Implement automated responses or notifications to inform users about the OOO status and alternative contact methods.
    • Ensure that content is regularly updated and reviewed to maintain relevance and accuracy, even during the user's absence.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The context indicating the user's upcoming Out of Office event.

Attributes

  • timeRange (type: GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaTimeRange.t, default: nil) - The future period of absence. The start of this timerange is the start of the future Out of Office event. The end of this timerange represents the come back time of the user from that future OOO event. Note that the come back time might be different (greater) than the end of the corresponding future OOO event due to other non-working user status intervals that it may be followed by.

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.GoogleInternalAppsWaldoV1alphaUpcomingOooContext{
    timeRange:
      GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaTimeRange.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.