GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantStore
Table of Contents ▼
Jump to a specific part of the page:
Description
A merchant's physical store.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
id
(type:String.t
, default:nil
)
- Local store identifier. -
location
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocation
, default:nil
)
- The location of the store. -
name
(type:String.t
, default:nil
)
- A name for the store. Example: Walmart - Cranberry
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantStore{
id: String.t() | nil,
location: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocation.t() | nil,
name: String.t() | nil
}
id: String.t() | nil,
location: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocation.t() | nil,
name: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantStore