AssistantApiSettingsLinkedUser

AI Overview😉

  • The potential purpose of this module is to identify and store information about the user who is signed in on a device, including their profile information, email address, and linking time. This allows Google to provide personalized results and features based on the user's identity and behavior.
  • This module could impact search results by allowing Google to tailor the results to the individual user's preferences, search history, and behavior. This could lead to more relevant and personalized search results, as well as targeted advertising and recommendations. It may also enable features such as personalized recommendations, customized search results, and improved user experience.
  • A website may change things to be more favorable for this function by ensuring that their content is relevant and personalized to individual users, and by providing clear and concise profile information that can be easily accessed and utilized by Google's algorithms. This could involve implementing user-friendly profile management systems, providing clear and transparent privacy policies, and optimizing content for personalized search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Represents the profile of the user who has signed in onto this device. Next id: 5

Attributes

  • castLinkingTime (type: DateTime.t, default: nil) - Time of linking of the device with the user provided by Cast.
  • email (type: String.t, default: nil) - Primary email address of the user.
  • gaiaId (type: String.t, default: nil) -
  • names (type: list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiName.t), default: nil) - Supports features which depend on profile name, when no matching contact is found.

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.AssistantApiSettingsLinkedUser{
  castLinkingTime: DateTime.t() | nil,
  email: String.t() | nil,
  gaiaId: String.t() | nil,
  names:
    [
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiName.t()
    ]
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.