AssistantApiCoreTypesHomeAppInfo

AI Overview😉

  • The potential purpose of this module is to provide information about a home app, such as its localized name and unique package name, to Google's Assistant API. This information may be used to improve the search results and provide more relevant answers to users' queries related to home apps.
  • This module could impact search results by allowing Google to better understand the context and intent behind a user's query related to home apps. For example, if a user searches for "control my home lights with Google Assistant", Google may use this module to provide more accurate results that are specific to the user's home app and its capabilities.
  • To be more favorable for this function, a website may ensure that its home app's information is accurately and consistently represented across different platforms and devices. This could include providing clear and concise descriptions of the app's capabilities, as well as ensuring that the app's package name is unique and easily identifiable. Additionally, the website may optimize its content to be more easily crawlable and indexable by Google's search engine, which could improve the app's visibility and relevance in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The Home app information of the provider. Next ID: 3

Attributes

  • localizedAppName (type: String.t, default: nil) - The localized app name.
  • packageName (type: String.t, default: nil) - Unique package name that identifies a Home app of the provider.

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.AssistantApiCoreTypesHomeAppInfo{
  localizedAppName: String.t() | nil,
  packageName: 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.