AssistantLogsRoomAnnotationLog

GoogleApi.ContentWarehouse.V1.Model.AssistantLogsRoomAnnotationLog


Table of Contents ▼

Jump to a specific part of the page:

Description

Room 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 room from the query, such as "my living room".
  2. roomCount (type: integer(), default: nil)
    - The number of rooms annotated, if there are multiple structures. They are guaranteed to have the same text_from_query and name due to exact matching.
  3. roomId (type: list(String.t), default: nil)
    - The identification of the room.
  4. type (type: String.t, default: nil)
    - The annotation type mentioned in the query.
  5. userDefinedName (type: String.t, default: nil)
    -

Type

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