QualityActionsReminderPerson

AI Overview😉

  • The potential purpose of this module is to identify and understand the relationships between individuals, specifically in the context of reminders and notifications. It appears to be a part of a larger system that aims to personalize search results and provide more relevant information to users based on their interactions with others.
  • This module could impact search results by influencing the ranking of content created by individuals who have a connection with the user. For example, if a user frequently interacts with a particular person or has reminders from them, the algorithm may prioritize content created by that person or related to their interactions. This could lead to a more personalized and social search experience.
  • A website may change things to be more favorable for this function by providing clear and accurate information about authors, creators, and contributors. This could include using schema markup to identify individuals, providing explicit relationships between authors and content, and ensuring that user profiles and information are up-to-date and accurate. By doing so, websites can help the algorithm better understand the relationships between individuals and provide more personalized search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A representation of a person other than the current user, who may have created the reminder for the current user, or will receive it from them.

Attributes

  • displayName (type: String.t, default: nil) - REQUIRED. Their full name, which will be shown/spoken when referring to this person informally, e.g. "You have 2 reminders from Dave Smith."
  • emailAddress (type: String.t, default: nil) - OPTIONAL. Their email address.
  • gaiaId (type: String.t, default: nil) - REQUIRED. Their gaia id (used by the backend for CRUD operations).
  • givenName (type: String.t, default: nil) - REQUIRED. Their given name, which will be shown/spoken when referring to this person informally, e.g. "You have 2 reminders from Dave."
  • photoUrl (type: String.t, default: nil) - OPTIONAL. The URL of the photo. This field is read from photo field from go/people-api. Also see go/khdgk for URL formats. This field might be missing if user does not have photo URL available.

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.QualityActionsReminderPerson{
  displayName: String.t() | nil,
  emailAddress: String.t() | nil,
  gaiaId: String.t() | nil,
  givenName: String.t() | nil,
  photoUrl: String.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.