AssistantApiCoreTypesIosAppInfo

AI Overview😉

  • The potential purpose of this module is to gather information about an iOS app associated with a provider, such as its bundle identifier, localized app name, and a URL to open the app. This information could be used to provide a better user experience, such as allowing users to easily open an app from search results or providing more detailed information about the app.
  • This module could impact search results by allowing Google to provide more detailed and relevant information about iOS apps in search results, potentially making it easier for users to find and open the apps they are looking for. It could also impact the ranking of search results, with apps that have more complete and accurate information being ranked higher.
  • A website may change things to be more favorable for this function by ensuring that their iOS app's information is accurate and up-to-date, and by providing a clear and consistent way for users to open their app from search results. This could include providing a clear and prominent call-to-action to open the app, as well as ensuring that the app's metadata is correctly configured and easily accessible to search engines.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

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

Attributes

  • bundleIdentifier (type: String.t, default: nil) - Bundle identifier that identifies an iOS app of the provider.
  • localizedAppName (type: String.t, default: nil) - The localized app name.
  • openAppUrl (type: String.t, default: nil) - A URL to open the provider's app.

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.AssistantApiCoreTypesIosAppInfo{
  bundleIdentifier: String.t() | nil,
  localizedAppName: String.t() | nil,
  openAppUrl: 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.