View Source 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

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSelinaCapabilites{
  gestureCapabilities:
    GoogleApi.ContentWarehouse.V1.Model.AssistantApiGestureCapabilities.t()
    | nil,
  selinaSupported: boolean() | nil,
  sleepSensingSupported: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.