AppsPeopleOzExternalMergedpeopleapiConnectionReminder

AI Overview😉

  • The potential purpose of this module is to analyze and understand the connections and relationships between people, particularly in the context of Google's People and Profiles feature. It appears to be focused on providing prompts and reminders to users to connect with others, and to manage contact-level settings for these connections.
  • This module could impact search results by influencing the ranking and visibility of profiles and people-related content. For example, if a user is prompted to connect with someone, their profile may become more prominent in search results. Additionally, the module's analysis of connections and relationships could inform the algorithm's understanding of relevance and authority, affecting the ranking of related content.
  • To be more favorable for this function, a website could focus on creating high-quality, people-centric content that showcases relationships and connections between individuals. This could include features like author profiles, contributor lists, or community forums. Additionally, optimizing profile pages and contact information to be easily crawlable and indexable by Google could improve the website's visibility and relevance in search results related to people and connections.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contact-level people-prompts settings and contact-level connection reminders. Part of go/people-prompts.

Attributes

  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • prompt (type: list(GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPrompt.t), default: nil) - Contact-level "reminder to connect" prompts for this contact.

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.AppsPeopleOzExternalMergedpeopleapiConnectionReminder{
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    prompt:
      [GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPrompt.t()] | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.