AssistantApiSettingsWebviewFilter

AI Overview😉

  • The potential purpose of this module is to filter and manage user consent for webview features, specifically related to Jasper warning messages. It seems to be a part of the Assistant API settings, which suggests it's related to personalized search results or features.
  • This module could impact search results by influencing what features are available to users, potentially based on their consent or preferences. It might affect the visibility or prominence of certain search results, or even the types of results that are displayed. For example, if a user has not consented to Jasper warning messages, they might not see certain types of results or warnings.
  • To be more favorable for this function, a website could ensure that it provides clear and transparent information about the Jasper warning messages and the consent process. This might involve adding explicit opt-in or opt-out options for users, or providing more detailed information about what the Jasper warning messages entail. Additionally, websites could ensure that their content is compatible with the webview features managed by this module, to increase the chances of being displayed prominently in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Specification of which webview features can be used.

Attributes

  • jasperWebviewConsent (type: boolean(), default: nil) - Indicates if user has consented Jasper warning message.
  • 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.AssistantApiSettingsWebviewFilter{
  jasperWebviewConsent: boolean() | 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.