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
-
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. -
localMerchantId
(type:String.t
, default:nil
)
- Merchant Center identifier for LIA merchants. -
mcid
(type:list(GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantMerchantMerchantCenterId)
, 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
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
}
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