AppsPeopleOzExternalMergedpeopleapiInteractionSettings

AI Overview😉

  • The potential purpose of this module is to define and manage interactions with individuals, such as allowing or disallowing certain types of interactions, and storing metadata about these interactions. This could be related to personalization, user experience, or even spam/fraud detection.
  • This module could impact search results by influencing how Google interacts with users, potentially affecting the relevance, ranking, or even visibility of search results based on user behavior, preferences, or past interactions. It may also influence the types of ads or content displayed to users.
  • To be more favorable for this function, a website could focus on providing a positive user experience, encouraging engagement and interactions with their content, and ensuring that their website is user-friendly and accessible. Additionally, they could implement features that allow users to customize their experience, such as personalized recommendations or filtering options.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Defines interactions that are allowed or disallowed with this person.

Attributes

  • allowed (type: boolean(), default: nil) -
  • interaction (type: String.t, default: nil) -
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.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.AppsPeopleOzExternalMergedpeopleapiInteractionSettings{
    allowed: boolean() | nil,
    interaction: String.t() | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.