View Source GoogleApi.ContentWarehouse.V1.Model.AssistantApiGestureCapabilities (google_api_content_warehouse v0.4.0)

The gesture capabilities related to Selina. Next ID: 4

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.