AssistantApiAppCapabilitiesDelta

GoogleApi.ContentWarehouse.V1.Model.AssistantApiAppCapabilitiesDelta


Table of Contents ▼

Jump to a specific part of the page:

Description

Used to describe the incremental change of app capabilities of the device installed apps reported to the server.

Attributes List

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

View Attributes

Attributes

  1. appIntegrationsSettings (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiAppIntegrationsSettings, default: nil)
    - Currently unused. Will be used in the future when integrating with incremental app capabilities.
  2. providerDelta (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesProviderDelta, default: nil)
    - The installed app of the provider.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiAppCapabilitiesDelta{
appIntegrationsSettings: GoogleApi.ContentWarehouse.V1.Model.AssistantApiAppIntegrationsSettings.t() | nil,
providerDelta: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesProviderDelta.t() | nil
}

Function

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

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