View Source 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

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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

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

Unwrap a decoded JSON object into its complex fields.