AssistantApiSettingsOnDeviceAppSettings

AI Overview😉

  • The potential purpose of this module is to understand and utilize device-specific settings and capabilities for Google Assistant's calling features, such as carrier call and Duo call. This module likely aims to enhance the user experience by adapting to the device's limitations and strengths.
  • This module could impact search results by influencing the ranking of websites that provide information or services related to Google Assistant's calling features. For instance, if a website is optimized for Duo call settings on a specific device, it may be ranked higher in search results for users searching for related information on that device.
  • To be more favorable for this function, a website could ensure that its content is optimized for various device-specific settings and capabilities, such as providing clear instructions for setting up Duo calls on different devices or highlighting device-specific features that work seamlessly with Google Assistant's calling features. Additionally, the website could use structured data and schema markup to help Google understand its content's relevance to device-specific settings and capabilities.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • carrierCallDeviceSettings (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsCarrierCallDeviceSettings.t, default: nil) - On device carrier call related settings.
  • duoCallDeviceSettings (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsDuoCallDeviceSettings.t, default: nil) - On device duo call related settings.

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.AssistantApiSettingsOnDeviceAppSettings{
    carrierCallDeviceSettings:
      GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsCarrierCallDeviceSettings.t()
      | nil,
    duoCallDeviceSettings:
      GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsDuoCallDeviceSettings.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.