AssistantApiThirdPartyActionConfig

GoogleApi.ContentWarehouse.V1.Model.AssistantApiThirdPartyActionConfig


Table of Contents ▼

Jump to a specific part of the page:

Description

3P Action Metadata. Next ID: 3

Attributes List

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

View Attributes

Attributes

  1. deviceActionCapability (type: GoogleApi.ContentWarehouse.V1.Model.AssistantDevicesPlatformProtoDeviceActionCapability, default: nil)
    - DeviceActionCapability from DeviceModelPackage.
  2. projectConfigs (type: list(GoogleApi.ContentWarehouse.V1.Model.AssistantApiThirdPartyActionConfigProjectConfig), default: nil)
    - List of Action project capabilities.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiThirdPartyActionConfig{
deviceActionCapability: GoogleApi.ContentWarehouse.V1.Model.AssistantDevicesPlatformProtoDeviceActionCapability.t() | nil,
projectConfigs: [ GoogleApi.ContentWarehouse.V1.Model.AssistantApiThirdPartyActionConfigProjectConfig.t() ] | nil
}

Function

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

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