NlpSemanticParsingModelsShoppingAssistantStore

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):

View Attributes

Attributes

  1. id (type: String.t, default: nil)
    - Local store identifier.
  2. location (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocation, default: nil)
    - The location of the store.
  3. 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
}

Function

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

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