AssistantApiAppIntegrationsSettings

AI Overview😉

  • The potential purpose of this module is to enable the Assistant (likely Google Assistant) to predict and handle requests that are likely to be related to specific apps, allowing for more seamless and integrated experiences between search and apps.
  • This module could impact search results by potentially elevating results that are more likely to be relevant to the user's predicted app needs, or by providing more direct integration with apps that the user is likely to use. This could lead to more personalized and app-centric search results.
  • A website may change things to be more favorable for this function by ensuring that their app is properly integrated with Google's app ecosystem, providing clear and consistent app metadata, and optimizing their app's visibility and relevance for specific user queries and intents. This could involve optimizing app titles, descriptions, and keywords, as well as ensuring that the app is properly indexed and crawlable by Google.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contains the app privacy bits used for App Integrations implicit request. (go/app-privacy-settings-for-implicit-requests)

Attributes

  • handleRequestsWithPredictedApps (type: String.t, default: nil) - Whether to enable Assistant to handle request with predicted apps.

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.AssistantApiAppIntegrationsSettings{
  handleRequestsWithPredictedApps: 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.