AssistantLogsRoomAnnotationLog

AI Overview😉

  • Potential purpose of module: This module appears to be responsible for identifying and extracting information about rooms or spaces mentioned in a user's search query. It aims to understand the context and specifics of the query related to a particular room or area.
  • Impact on search results: This module could impact search results by allowing Google to better understand the user's intent and provide more relevant results related to the specific room or space mentioned in the query. For example, if a user searches for "decorating ideas for my living room," this module would help Google to identify the room type and provide results that are more specific to living room decor.
  • Optimizing for this function: To be more favorable for this function, a website could optimize its content by including specific room-related keywords and phrases, such as "living room decor" or "bedroom organization ideas." Additionally, using structured data and schema markup to identify and describe rooms or spaces on a webpage could help Google's algorithm better understand the content and provide more accurate results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.AssistantLogsRoomAnnotationLog (google_api_content_warehouse v0.4.0)

Room annotation mentioned in query.

Attributes

  • rawTextFromQuery (type: String.t, default: nil) - The raw text mentioning a room from the query, such as "my living room".
  • 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.
  • roomId (type: list(String.t), default: nil) - The identification of the room.
  • type (type: String.t, default: nil) - The annotation type mentioned in the query.
  • userDefinedName (type: String.t, default: nil) -

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

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

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.