QualityActionsRoom

AI Overview😉

  • The potential purpose of this module is to understand the context and environment in which a user is searching, such as their physical location or device, to provide more personalized and relevant search results.
  • This module could impact search results by influencing the ranking of results based on the user's context. For example, if a user is searching for "coffee shops" from their mobile device while on-the-go, the module may prioritize results that are nearby and have good mobile reviews. This could lead to more localized and device-specific results.
  • To be more favorable for this function, a website could focus on providing location-specific content, optimizing for mobile devices, and ensuring that their online presence is accurate and up-to-date. This could include adding structured data to their website, such as schema.org markup, to help search engines understand their business hours, location, and reviews.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The room in which an alarm or timer resides

Attributes

  • homegraphId (type: String.t, default: nil) -
  • name (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.QualityActionsRoom{
  homegraphId: String.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.