AssistantApiCarSettingsCapabilities

GoogleApi.ContentWarehouse.V1.Model.AssistantApiCarSettingsCapabilities


Table of Contents ▼

Jump to a specific part of the page:

Description

Capabilities that are associated with Assistant Settings on auto surfaces.

Attributes List

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

View Attributes

Attributes

  1. playWarmerWelcome (type: boolean(), default: nil)
    - If true, it indicates that the auto surface client should receive a warmer welcome TTS for signed-out users. For signed-in user, we will rely on server side metadata. go/aaae:preview-lang
  2. supportsAddingCars (type: boolean(), default: nil)
    - If true, it indicates that the client can be used to add cars after account linking with the OEM.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCarSettingsCapabilities{
playWarmerWelcome: boolean() | nil,
supportsAddingCars: boolean() | nil
}

Function

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

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