AssistantApiSupportedProviderTypes

AI Overview😉

  • The potential purpose of this module is to identify and categorize the types of providers that are supported by a client, such as web apps, Android apps, or other platforms. This helps the search algorithm to understand the capabilities and limitations of a provider and tailor the search results accordingly.
  • This module could impact search results by influencing the ranking and relevance of search results based on the provider types supported by the client. For example, if a user is searching on a ChromeOS device, the algorithm may prioritize web apps and Android apps that are eligible for the device, making them more visible in the search results.
  • To be more favorable for this function, a website may want to ensure that it provides clear and accurate information about the types of providers it supports, such as indicating compatibility with specific platforms or devices. Additionally, the website may want to optimize its content and metadata to highlight its capabilities and relevance to different provider types, increasing its chances of being ranked higher in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Types of providers that are supported by the client. For example, ChromeOS support both web app and Android app (for eligible devices).

Attributes

  • supportedTypes (type: list(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.AssistantApiSupportedProviderTypes{
  supportedTypes: [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.