AssistantLogsTargetDeviceLog

GoogleApi.ContentWarehouse.V1.Model.AssistantLogsTargetDeviceLog


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

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

View Attributes

Attributes

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

Type

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

Function

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

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