QualityDialogManagerExternalIds

AI Overview😉

  • The potential purpose of this module is to gather and store various external IDs associated with a local search result, such as IDs from the Knowledge Graph, OpenTable, or other third-party systems. This allows Google to connect and map the same entity across different platforms and systems, providing a more comprehensive understanding of the result.
  • This module could impact search results by enabling Google to provide more accurate and relevant information to users. By linking multiple IDs to a single entity, Google can consolidate information and provide a more complete picture of a business, location, or entity. This could lead to more accurate search results, improved entity disambiguation, and enhanced user experience.
  • To be more favorable for this function, a website may want to ensure that their online presence is consistent across different platforms, including third-party systems like OpenTable. This could involve verifying and claiming their business listings, ensuring accuracy and consistency of their name, address, and contact information (NAP) across the web, and providing Google with access to their external IDs. Additionally, websites may want to consider optimizing their content to be more easily understood and mapped by Google's Knowledge Graph, such as using schema markup and providing clear, concise information about their entity.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Various external IDs that we may have for a given LocalResult. These IDs can map to the corresponding result in other Google systems (KnowledgeGraph) or in third-party systems (OpenTable).

Attributes

  • blueGingerSupportedServices (type: GoogleApi.ContentWarehouse.V1.Model.BlueGingerClientVisibleProtoBlueGingerSupportedServices.t, default: nil) - This field tells us whether this LocalResult supports any of the services that Blue Ginger offers.
  • knowledgeGraphMid (type: String.t, default: nil) -
  • maddenSupportedActions (type: GoogleApi.ContentWarehouse.V1.Model.GeoOndemandAssistantSupportedActions.t, default: nil) - Google-internal actions supported by go/madden for this LocalResult.
  • openTableRestaurantId (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.QualityDialogManagerExternalIds{
  blueGingerSupportedServices:
    GoogleApi.ContentWarehouse.V1.Model.BlueGingerClientVisibleProtoBlueGingerSupportedServices.t()
    | nil,
  knowledgeGraphMid: String.t() | nil,
  maddenSupportedActions:
    GoogleApi.ContentWarehouse.V1.Model.GeoOndemandAssistantSupportedActions.t()
    | nil,
  openTableRestaurantId: 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.