AssistantLogsDeviceAnnotationLog

GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceAnnotationLog


Table of Contents ▼

Jump to a specific part of the page:

Description

Device annotation mention from query

Attributes List

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

View Attributes

Attributes

  1. deviceIdLog (type: list(GoogleApi.ContentWarehouse.V1.Model.AssistantLogsSettingsDeviceIdLog), default: nil)
    - The identification of the device. The logging version of the full DeviceId.
  2. rawTextFromQuery (type: String.t, default: nil)
    - The raw text mentioning a device from the query, such as "any tv".
  3. type (type: String.t, default: nil)
    - The annotation type mentioned in the query.
  4. userDefinedName (type: String.t, default: nil)
    - The matched device name set by the user, such as "big screen tv".

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceAnnotationLog{
deviceIdLog: [GoogleApi.ContentWarehouse.V1.Model.AssistantLogsSettingsDeviceIdLog.t()] | nil,
rawTextFromQuery: String.t() | nil,
type: String.t() | nil,
userDefinedName: String.t() | nil
}

Function

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

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