AssistantVerticalsHomeautomationProtoAgentInformation

GoogleApi.ContentWarehouse.V1.Model.AssistantVerticalsHomeautomationProtoAgentInformation


Table of Contents ▼

Jump to a specific part of the page:

Description

AgentInformation represents the details needed to support both 1P and 3P partnerships for Home Automation. Next ID: 7

Attributes List

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

View Attributes

Attributes

  1. authType (type: String.t, default: nil)
    -
  2. deviceSource (type: String.t, default: nil)
    -
  3. executionPath (type: String.t, default: nil)
    -
  4. id (type: String.t, default: nil)
    - Unique Agent ID which maps to a specific Agent. Not using Agent Name here as it may change over time.
  5. key (type: String.t, default: nil)
    - Agent's foreign key that uniquely identifies a user's device.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantVerticalsHomeautomationProtoAgentInformation{
authType: String.t() | nil,
deviceSource: String.t() | nil,
executionPath: String.t() | nil,
id: String.t() | nil,
key: String.t() | nil
}

Function

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

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