AssistantApiCoreTypesKaiOsAppInfo

AI Overview😉

  • The potential purpose of this module is to provide information about a KaiOS app related to a search query, allowing Google to understand the app's identity, its name in different languages, and how to open it. This helps Google to better integrate app results into search results, especially for devices running KaiOS.
  • This module could impact search results by allowing Google to display more relevant and detailed information about KaiOS apps, such as the app's name in the user's language, and a direct link to open the app. This could improve the user experience, especially for users searching for app-related information on KaiOS devices.
  • To be more favorable for this function, a website could ensure that their KaiOS app's information is accurately and consistently represented across different platforms, including the app's name, package name, and open app URL. Additionally, they could optimize their app's metadata to be easily crawlable and indexable by Google, and consider implementing structured data markup to help Google understand the app's identity and capabilities.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The KaiOS app information of the provider. Next ID: 4

Attributes

  • localizedAppName (type: String.t, default: nil) - The localized app name.
  • openAppUrl (type: String.t, default: nil) - A URL to open the provider's app.
  • packageName (type: String.t, default: nil) - Unique package name that identifies a KaiOS 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.AssistantApiCoreTypesKaiOsAppInfo{
  localizedAppName: String.t() | nil,
  openAppUrl: 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.