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

Represents the case where the library successfully selects the target device. It could be one or multiple devices. Next ID: 4

Attributes

  • devices (type: list(GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceInfoLog.t), default: nil) -
  • lowConfidenceReason (type: String.t, default: nil) -
  • resultConfidenceLevel (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantLogsTargetDeviceLog{
  devices:
    [GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceInfoLog.t()] | nil,
  lowConfidenceReason: String.t() | nil,
  resultConfidenceLevel: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.