AssistantApiCoreTypesChromeOsAppInfo

AI Overview😉

  • The potential purpose of this module is to identify and extract information about ChromeOS apps, specifically their localized app names and unique package names. This could be used to improve search results related to ChromeOS apps, provide more accurate app information, and enhance the overall search experience for users searching for ChromeOS apps.
  • This module could impact search results by allowing Google to better understand and differentiate between various ChromeOS apps, potentially leading to more accurate and relevant search results for users searching for specific apps or app-related information. This could also enable Google to provide more detailed and informative search snippets, such as displaying the app's localized name and package name.
  • To be more favorable for this function, a website may ensure that their ChromeOS app's metadata is accurately and consistently represented across different platforms, including the Chrome Web Store and their own website. This could include using standardized and descriptive app names, providing detailed and up-to-date app descriptions, and ensuring that package names are unique and easily identifiable. Additionally, optimizing app landing pages with relevant keywords and structured data could also improve the app's visibility and search ranking.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 1

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

The ChromeOS 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 ChromeOS 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.AssistantApiCoreTypesChromeOsAppInfo{
    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.