AssistantDevicesPlatformProtoProvidedData

AI Overview😉

  • The potential purpose of this module is to provide additional information or configuration data to support specific device actions or intents, such as selecting a channel. This module seems to be focused on enhancing the capabilities of device actions, making them more functional and user-friendly.
  • This module could impact search results by influencing the ranking or relevance of results related to device actions or intents. For example, if a user searches for "selecting a channel on my smart TV", the search results may prioritize websites that have properly configured and provided the necessary data for this intent, making it easier for users to find relevant information.
  • To be more favorable for this function, a website may need to provide the required configuration data for specific device actions or intents, such as the list of available channels for a particular action. This could involve structuring and formatting their content in a way that is easily accessible and understandable by Google's algorithm, and ensuring that their website is properly indexed and crawled by Google. Additionally, websites may need to use specific markup or schema.org tags to highlight and provide the necessary data for device actions.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Provided data which augments the device action capabilities. Some built-in intents may require additional configuration to be provided. One example could be the list of channels available for the action.intent.SelectChannel intent.

Attributes

  • name (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.AssistantDevicesPlatformProtoProvidedData{
    name: 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.