AssistantApiSelinaCapabilites

AI Overview😉

  • The potential purpose of this module is to determine if a device or client supports certain features, specifically gestures and sleep sensing, which can be used to provide personalized and relevant information to users. This module appears to be related to Google Assistant's capabilities.
  • This module could impact search results by allowing Google to tailor its responses and recommendations based on the device's capabilities. For example, if a device supports sleep sensing, Google may provide sleep-related information or suggestions. This could lead to more personalized and relevant search results for users.
  • To be more favorable for this function, a website may need to ensure that its content is optimized for devices with varying capabilities. This could include providing alternative content or formats for devices that do not support certain features, such as gestures or sleep sensing. Additionally, websites may need to provide clear and concise information about their content's compatibility with different devices and features.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The Soli capabilities on Elaine, including gestures and sleep sensing. go/dingo-dc-software Next ID: 4

Attributes

  • gestureCapabilities (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiGestureCapabilities.t, default: nil) - A list of gestures that selina supports
  • selinaSupported (type: boolean(), default: nil) - Whether the client supports selina.
  • sleepSensingSupported (type: boolean(), default: nil) - Whether the client can monitor sleep. This allows us to show sleep CUJ related information: go/TwilightDesign

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.AssistantApiSelinaCapabilites{
  gestureCapabilities:
    GoogleApi.ContentWarehouse.V1.Model.AssistantApiGestureCapabilities.t()
    | nil,
  selinaSupported: boolean() | nil,
  sleepSensingSupported: boolean() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.