NlpSemanticParsingModelsShoppingAssistantMerchant

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantMerchant


Table of Contents ▼

Jump to a specific part of the page:

Description

A merchant that sells products.

Attributes List

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

View Attributes

Attributes

  1. evalData (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData, 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.
  2. localMerchantId (type: String.t, default: nil)
    - Merchant Center identifier for LIA merchants.
  3. mcid (type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantMerchantMerchantCenterId), default: nil)
    -
  4. merchantId (type: list(String.t), default: nil)
    - Merchant Center identifier for GSX merchants. Deprecated: use MerchantCenterId.
  5. mid (type: String.t, default: nil)
    - Optional. Knowledge Graph identifier for the merchant.
  6. name (type: String.t, default: nil)
    - A name for the merchant. Example: Walmart

Type

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

Function

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

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