AssistantApiNotificationOutputRestrictionsOptOutStateCategoryGroupState

AI Overview😉

  • The potential purpose of this module is to categorize and track user opt-out preferences for specific types of notifications or content, allowing for more personalized and relevant search results.
  • This module could impact search results by influencing the types of content that are displayed to users, potentially filtering out results that a user has previously opted out of seeing. This could lead to more targeted and relevant search results, but also raises concerns about the potential for bias and manipulation.
  • A website may change things to be more favorable for this function by providing clear and transparent opt-out options for users, ensuring that users are aware of what they are opting out of and why. Additionally, websites could provide more granular control over notification preferences, allowing users to tailor their experience to their individual needs and preferences.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • categoryGroup (type: String.t, default: nil) -
  • state (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.AssistantApiNotificationOutputRestrictionsOptOutStateCategoryGroupState{
    categoryGroup: String.t() | nil,
    state: 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.