AssistantApiRobinCapabilities

AI Overview😉

  • The potential purpose of this module is to describe the capabilities and parameters of the Robin Client, which is likely a component of Google's search algorithm that handles natural language processing and conversational queries. It seems to be focused on enabling extensions, tracking the status of Robin, and listing supported operations.
  • This module could impact search results by influencing how well a website's content is understood and processed by Google's natural language processing algorithms. If a website is optimized for the Robin Client, it may be more likely to appear in search results for conversational or voice-based queries. Additionally, the enabled extensions and supported operations may affect how Google's algorithm interprets and ranks content.
  • To be more favorable for this function, a website may focus on optimizing its content for natural language processing and conversational queries. This could involve using more conversational tone and language in content, optimizing for long-tail keywords and phrases, and ensuring that content is easily understandable by language processing algorithms. Additionally, websites may want to consider implementing schema markup and other structured data to help Google's algorithm better understand their content and capabilities.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Used to describe the capabilities and params of Robin Client. Field will be populated from Client or backfilled in SAL only for Robin client.

Attributes

  • enabledExtensions (type: list(String.t), default: nil) - List of enabled Robin extensions.
  • robinStatus (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiRobinCapabilitiesRobinStatus.t, default: nil) -
  • supportedRobinOps (type: list(String.t), default: nil) - List of supported RobinOps.

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.AssistantApiRobinCapabilities{
  enabledExtensions: [String.t()] | nil,
  robinStatus:
    GoogleApi.ContentWarehouse.V1.Model.AssistantApiRobinCapabilitiesRobinStatus.t()
    | nil,
  supportedRobinOps: [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.