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

Capabilities that are associated with Assistant Settings on auto surfaces.

Attributes

  • 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
  • supportsAddingCars (type: boolean(), default: nil) - If true, it indicates that the client can be used to add cars after account linking with the OEM.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.