GoogleAssistantAccessoryV1DeviceStateInstalledAppsState

AI Overview😉

  • The potential purpose of this module is to track and understand the apps installed on a user's device, which can help Google Assistant provide more personalized and relevant search results, especially when it comes to app-related queries.
  • This module could impact search results by influencing the ranking of results that are related to apps, such as app recommendations, tutorials, or reviews. It may also affect the visibility of app-related content, like app store listings or developer websites. Additionally, it could help Google Assistant provide more accurate answers to voice searches, like "What apps do I have installed on my phone?"
  • To be more favorable for this function, a website may want to ensure that their app-related content is accurately indexed and easily crawlable by Google's algorithms. This could include optimizing app store listings, providing clear and concise information about their apps, and using structured data to help Google understand the relationships between their apps and website. Additionally, websites may want to consider implementing Google Assistant-compatible features, such as voice search optimization, to improve their visibility in app-related searches.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

State of the apps currently installed on the device.

Attributes

  • apps (type: list(GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesProvider.t), default: nil) - List of apps currently installed on the device.

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.GoogleAssistantAccessoryV1DeviceStateInstalledAppsState{
    apps:
      [GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesProvider.t()]
      | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.