AssistantApiCoreTypesDeviceConfig

GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesDeviceConfig


Table of Contents ▼

Jump to a specific part of the page:

Description

The identification information for third party devices that integrates with the assistant. All of these fields will be populated by the third party when the query is sent from the third party device. Next Id: 5

Attributes List

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

View Attributes

Attributes

  1. agentId (type: String.t, default: nil)
    - Pantheon Project ID that uniquely identifies the consumer project ID. Required
  2. deviceId (type: String.t, default: nil)
    - Unique identifier for the device. Example: DBCDW098234. Required

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesDeviceConfig{
agentId: String.t() | nil,
deviceId: String.t() | nil
}

Function

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

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