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

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

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.