AssistantLogsStructureAnnotationLog

GoogleApi.ContentWarehouse.V1.Model.AssistantLogsStructureAnnotationLog


Table of Contents ▼

Jump to a specific part of the page:

Description

Structure annotation mentioned in query.

Attributes List

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

View Attributes

Attributes

  1. rawTextFromQuery (type: String.t, default: nil)
    - The raw text mentioning a structure from the query, such as "my house".
  2. structureId (type: list(String.t), default: nil)
    - The identification of the structure.
  3. type (type: String.t, default: nil)
    - The annotation type mentioned in the query.
  4. userDefinedName (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantLogsStructureAnnotationLog{
rawTextFromQuery: String.t() | nil,
structureId: [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.AssistantLogsStructureAnnotationLog