AssistantApiGestureCapabilities

GoogleApi.ContentWarehouse.V1.Model.AssistantApiGestureCapabilities


Table of Contents ▼

Jump to a specific part of the page:

Description

The gesture capabilities related to Selina. Next ID: 4

Attributes List

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

View Attributes

Attributes

  1. gestureSensing (type: boolean(), default: nil)
    - Whether Gesture is supported. When false, override the value for tap and omniswipe.
  2. omniswipeGestureCapable (type: boolean(), default: nil)
    - Whether omniswipe is supported
  3. tapGestureCapable (type: boolean(), default: nil)
    - Whether tap is supported

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiGestureCapabilities{
gestureSensing: boolean() | nil,
omniswipeGestureCapable: boolean() | nil,
tapGestureCapable: boolean() | nil
}

Function

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

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