AssistantApiCoreTypesCalendarEventRoom

AI Overview😉

  • The potential purpose of this module is to help Google understand and process information about physical meeting rooms, including their names, locations, and booking details. This could be used to improve search results related to meetings, events, and conference room bookings.
  • This module could impact search results by allowing Google to provide more accurate and relevant information about meeting rooms, such as their availability, location, and booking policies. This could be particularly useful for searches related to event planning, conference room bookings, or meeting scheduling. It may also help Google to better understand the context and intent behind search queries related to meetings and events.
  • A website may change things to be more favorable for this function by providing clear and structured data about their meeting rooms, such as including room names, locations, and booking details in a format that is easily crawlable and understandable by Google. This could include using schema markup or other forms of structured data to provide additional context about meeting rooms. Additionally, ensuring that meeting room information is up-to-date and accurate could also help to improve the relevance and accuracy of search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A room that is available for a potential meeting or has been booked for a scheduled meeting. Next id: 4

Attributes

  • email (type: String.t, default: nil) - Room email that identifies the room and is used to book it.
  • locationDetails (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesCalendarEventRoomRoomLocationDetails.t, default: nil) - Additional room details. Read-only, populated on request.
  • name (type: String.t, default: nil) - Room name (ex: "MTV-PR55-5-A-Shadow 5K0 (13) GVC (No external guests)").

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.AssistantApiCoreTypesCalendarEventRoom{
    email: String.t() | nil,
    locationDetails:
      GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesCalendarEventRoomRoomLocationDetails.t()
      | nil,
    name: 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.