AssistantApiGacsCapabilities

GoogleApi.ContentWarehouse.V1.Model.AssistantApiGacsCapabilities


Table of Contents ▼

Jump to a specific part of the page:

Description

Capabilities of Google assistant conversation service(GACS) devices. These capabilites including supported GACS actions and response size limitations.

Attributes List

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

View Attributes

Attributes

  1. deviceId (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesDeviceId, default: nil)
    - DeviceId of the accessory device (eg. watch) Commonly the go/dusi (eg. client_instance_id) is provided.
  2. responseConfig (type: GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantAccessoryV1ResponseConfig, default: nil)
    - Configuration sent by device.
  3. ttsEncoding (type: String.t, default: nil)
    - DEPRECATED: Format of TTS audio requested by the device.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiGacsCapabilities{
deviceId: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesDeviceId.t() | nil,
responseConfig: GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantAccessoryV1ResponseConfig.t() | nil,
ttsEncoding: String.t() | nil
}

Function

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

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