AppsPeopleOzExternalMergedpeopleapiInAppReachability

AI Overview😉

  • The potential purpose of this module is to determine how reachable or accessible a person is through various apps or platforms. It seems to be related to people's profiles and how they can be contacted or notified through different apps.
  • This module could impact search results by influencing how Google prioritizes or filters search results based on a person's reachability or accessibility through different apps. For example, if a person is more reachable through a particular app, Google may prioritize search results that are related to that app or platform.
  • To be more favorable for this function, a website may want to ensure that it is easily accessible and reachable through various apps and platforms. This could involve optimizing the website's presence on different apps, making it easy for users to contact or notify the website through these apps, and providing clear and consistent metadata about the website's reachability and accessibility.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This is deprecated in PEOPLE_API/SHARPEN, and should only be used for PROFILES. Clients should use InAppNotificationTarget field instead. Which apps the person has indicated they are reachable at for the requester. See go/d13y and com.google.focus.proto.InAppReachability.

Attributes

  • appType (type: String.t, default: nil) -
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • reachabilityKey (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiInAppReachabilityReachabilityKey.t, default: nil) -
  • status (type: String.t, default: nil) -

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.AppsPeopleOzExternalMergedpeopleapiInAppReachability{
    appType: String.t() | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    reachabilityKey:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiInAppReachabilityReachabilityKey.t()
      | nil,
    status: 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.