AppsPeopleOzExternalMergedpeopleapiSipAddress

AI Overview😉

  • The potential purpose of this module is to extract and process information related to SIP (Session Initiation Protocol) addresses from user profiles, which could be used to improve search results by incorporating contact information and user identity.
  • This module could impact search results by allowing Google to better understand user relationships and connections, potentially leading to more personalized and relevant search results. It may also enable Google to provide more accurate and up-to-date contact information for users.
  • To be more favorable for this function, a website could ensure that user profiles contain accurate and up-to-date SIP address information, and that this information is properly formatted and structured. Additionally, websites could provide clear and consistent labeling of SIP address types (e.g. "home", "work", etc.) to help Google's algorithm better understand the context and relevance of the information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

As of 03/2018 is not supported for user Profile.

Attributes

  • formattedType (type: String.t, default: nil) - The type translated and formatted in the request locale. See go/people-api-howto/localization for details on how to usage.
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • type (type: String.t, default: nil) - The type of the SIP address. The type can be free form or or one of these predefined values: home work mobile other
  • value (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.AppsPeopleOzExternalMergedpeopleapiSipAddress{
    formattedType: String.t() | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    type: String.t() | nil,
    value: 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.