AssistantLogsCommunicationDeviceContactInfoLog

AI Overview😉

  • Potential purpose of module: This module, "AssistantLogsCommunicationDeviceContactInfoLog", appears to be a logging function that collects and stores information about users' contact information from various devices and sources. It may be used to improve Google's understanding of users' identities and relationships across different platforms and devices.
  • Impact on search results: This module could impact search results by influencing the personalization of search results based on a user's contact information and relationships. For example, if a user has a certain contact listed in their phonebook, Google may prioritize search results related to that contact. Additionally, this module could help Google to better understand a user's search intent and provide more relevant results.
  • Favorable changes for this function: To be more favorable for this function, a website could ensure that its contact information is easily accessible and up-to-date. This could include providing clear and consistent naming conventions for contact information, as well as making sure that contact information is accurately linked across different platforms and devices. Additionally, websites could consider implementing structured data markup, such as schema.org, to help Google better understand their contact information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

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

Attributes

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

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.