GeostorePriceInfoProto

AI Overview😉

  • The potential purpose of this module is to provide accurate and up-to-date price information for businesses, particularly restaurants, to help users make informed decisions when searching for products or services online.
  • This module could impact search results by:
    • Ranking businesses higher in search results if they have verified and accurate price information.
    • Providing users with relevant and up-to-date price information, making their search experience more informative and helpful.
    • Filtering out businesses with outdated or incorrect price information, improving the overall quality of search results.
  • To be more favorable for this function, a website could:
    • Ensure that their price information is accurate, up-to-date, and easily accessible to users.
    • Provide multiple price lists for different languages or availability times, such as holidays vs non-holidays.
    • Verify their price information through Google's verification process to increase their visibility and credibility in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • priceList (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostorePriceListProto.t), default: nil) - The actual food menus. This is a repeated field because a restaurant may offer multiple menus, e.g. for different language or for different available time, such as holidays vs non-holidays.
  • priceListUrl (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreUrlListProto.t), default: nil) - All URLs that give price list information for this establishment. For food menus, this would represent menu_urls. Note that this field is a repeated list of UrlListProtos. Each UrlListProto instance in the list is intended to hold lists of URLs that are translations of the same URL.
  • status (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoStatus.t, default: nil) - Message containing metadata about the verified status of the PriceInfo. Only verified listings should be displayed.

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.GeostorePriceInfoProto{
  priceList:
    [GoogleApi.ContentWarehouse.V1.Model.GeostorePriceListProto.t()] | nil,
  priceListUrl:
    [GoogleApi.ContentWarehouse.V1.Model.GeostoreUrlListProto.t()] | nil,
  status: GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoStatus.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.