View Source GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantMerchant (google_api_content_warehouse v0.4.0)

A merchant that sells products.

Attributes

  • evalData (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t, default: nil) - This field should not be used by clients of the grammar. It is intended to be used internally in Aqua for metric and regression tests.
  • localMerchantId (type: String.t, default: nil) - Merchant Center identifier for LIA merchants.
  • mcid (type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantMerchantMerchantCenterId.t), default: nil) -
  • merchantId (type: list(String.t), default: nil) - Merchant Center identifier for GSX merchants. Deprecated: use MerchantCenterId.
  • mid (type: String.t, default: nil) - Optional. Knowledge Graph identifier for the merchant.
  • name (type: String.t, default: nil) - A name for the merchant. Example: Walmart

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantMerchant{
    evalData:
      GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t()
      | nil,
    localMerchantId: String.t() | nil,
    mcid:
      [
        GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantMerchantMerchantCenterId.t()
      ]
      | nil,
    merchantId: [String.t()] | nil,
    mid: String.t() | nil,
    name: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.