GeoOndemandAssistantSupportedActions

AI Overview😉

  • The potential purpose of this module is to provide information about a local business's online reservation capabilities, such as whether they allow guest checkout and asynchronous reservations, and to provide a URL for the reservation flow. This helps Google to provide more detailed and accurate information to users searching for local businesses.
  • This module could impact search results by influencing the ranking and display of local business listings. For example, a business that supports online reservations and guest checkout may be considered more user-friendly and therefore ranked higher in search results. Additionally, the presence of a reservation URL may allow Google to provide a more seamless user experience, such as allowing users to make reservations directly from the search results page.
  • A website may change things to be more favorable for this function by ensuring that their online reservation system is integrated with Google's API, and that they provide accurate and up-to-date information about their reservation capabilities. This may involve updating their website's schema markup to include relevant information, such as reservation URLs and availability. Additionally, businesses may want to ensure that their online reservation system is user-friendly and allows for guest checkout to improve the overall user experience.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Actions supported by Madden for a local entity.

Attributes

  • allowsGuestCheckout (type: boolean(), default: nil) - Whether this local entity allows guest checkout for reservations.
  • isAsynchronousRestaurantReservation (type: boolean(), default: nil) - Whether or not this local entity supports asynchronous restaurant reservations, through the above restaurant_reservation_url.
  • restaurantReservationUrl (type: String.t, default: nil) - URL for the Madden restaurant reservation flow, e.g. for display in a WebView. Not populated if restaurant reservations are not supported for the local entity.

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.GeoOndemandAssistantSupportedActions{
    allowsGuestCheckout: boolean() | nil,
    isAsynchronousRestaurantReservation: boolean() | nil,
    restaurantReservationUrl: 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.