AppsPeopleOzExternalMergedpeopleapiAdditionalContainerInfo

AI Overview😉

  • The potential purpose of this module is to gather and process information about a user's device contacts, which could be used to improve personalized search results or provide more accurate autocomplete suggestions. It seems to be related to people search and contact information.
  • This module could impact search results by allowing Google to better understand a user's relationships and connections, potentially leading to more personalized and relevant search results. For example, if a user searches for a name, Google may be able to provide more accurate results or suggest related contacts.
  • A website may change things to be more favorable for this function by ensuring that their contact information is accurate and up-to-date, and providing clear and structured data about people and their relationships. This could include using schema.org markup to provide additional context about people and organizations mentioned on the website.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Additional information about a container. TO BE DELETED: replaced by DeviceContactInfo.

Attributes

  • rawDeviceContactInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiRawDeviceContactInfo.t), default: nil) - When the container is a DEVICE_CONTACT, this list provides account information from the raw contact which is the source of this field.

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.AppsPeopleOzExternalMergedpeopleapiAdditionalContainerInfo{
    rawDeviceContactInfo:
      [
        GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiRawDeviceContactInfo.t()
      ]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.