AssistantLogsCommunicationPersonMetadataLog

AI Overview😉

  • The potential purpose of this module is to gather and store information about a user's contacts and devices, allowing Google to better understand the user's relationships and communication patterns. This could be used to improve personalized search results and recommendations.
  • This module could impact search results by allowing Google to take into account a user's social connections and communication habits when ranking search results. For example, if a user frequently communicates with a particular person or group, Google may prioritize search results that are relevant to those individuals or topics.
  • A website may change things to be more favorable for this function by ensuring that their content is relevant and useful to specific groups or communities, and by providing opportunities for users to engage with each other and share content. This could include features such as commenting, sharing, and user profiles.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This is the log version of apps.people.oz.external.mergedpeopleapi.PersonMetadata Next ID: 2

Attributes

  • deviceContactInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.AssistantLogsCommunicationDeviceContactInfoLog.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.AssistantLogsCommunicationPersonMetadataLog{
    deviceContactInfo:
      [
        GoogleApi.ContentWarehouse.V1.Model.AssistantLogsCommunicationDeviceContactInfoLog.t()
      ]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.