AssistantApiSettingsTetheredInfo

AI Overview😉

  • The potential purpose of this module is to identify and store information about the primary device that a wearable device (such as a smartwatch) is connected to, such as a phone or tablet. This information is used to provide a more personalized and integrated experience across devices.
  • This module could impact search results by allowing Google to better understand the user's behavior and preferences across multiple devices, and provide more relevant and personalized results. For example, if a user searches for something on their phone, Google may use this information to provide more relevant results on their wearable device.
  • A website may change things to be more favorable for this function by ensuring that their website and content are optimized for multiple devices and screen sizes, and that they provide a seamless and integrated experience across devices. This could include using responsive design, providing device-specific content, and using APIs and other technologies to share data and preferences across devices.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • primaryHostDeviceId (type: String.t, default: nil) - The host this wearable is tethered to (e.g. phone). When host is AGSA then this is agsa_client_instance_id. When host is IOPA then this is opa_ios_device_id.

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.AssistantApiSettingsTetheredInfo{
  primaryHostDeviceId: 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.