QualityDialogManagerExternalIds

GoogleApi.ContentWarehouse.V1.Model.QualityDialogManagerExternalIds


Table of Contents ▼

Jump to a specific part of the page:

Description

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 List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. blueGingerSupportedServices (type: GoogleApi.ContentWarehouse.V1.Model.BlueGingerClientVisibleProtoBlueGingerSupportedServices, default: nil)
    - This field tells us whether this LocalResult supports any of the services that Blue Ginger offers.
  2. knowledgeGraphMid (type: String.t, default: nil)
    -
  3. maddenSupportedActions (type: GoogleApi.ContentWarehouse.V1.Model.GeoOndemandAssistantSupportedActions, default: nil)
    - Google-internal actions supported by go/madden for this LocalResult.
  4. openTableRestaurantId (type: String.t, default: nil)
    -

Type

@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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityDialogManagerExternalIds