AssistantApiSelinaCapabilites

GoogleApi.ContentWarehouse.V1.Model.AssistantApiSelinaCapabilites


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AssistantApiSelinaCapabilites