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

Device annotation mention from query

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.