AssistantApiSettingsPoliteMode

AI Overview😉

  • The potential purpose of this module is to determine whether a user's search query should be treated with a "polite mode" or not. This could be related to filtering out explicit or offensive content from search results, especially on devices that are shared or used by minors.
  • This module could impact search results by excluding certain websites or content that are deemed inappropriate or offensive, even if they are relevant to the search query. This could lead to a safer and more family-friendly search experience, but may also limit the scope of search results.
  • A website may change things to be more favorable for this function by ensuring that their content is appropriate for all ages and adhering to Google's guidelines for safe search. This could include using appropriate language, avoiding explicit images or videos, and providing a safe and respectful user experience. By doing so, a website may increase its chances of being included in search results even when polite mode is enabled.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Polite mode config for the current device. go/polite-mode-dd

Attributes

  • politeModeEnabled (type: boolean(), 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.AssistantApiSettingsPoliteMode{
  politeModeEnabled: boolean() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.