NlpSemanticParsingLocalMenuItem

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalMenuItem


Table of Contents ▼

Jump to a specific part of the page:

Description

Specifies intent that corresponds to a menu item which is used as a location constraint, e.g. [restaurants that serve thai curry] or as a standalone categorical element, e.g. [thai curry].

Attributes List

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

View Attributes

Attributes

  1. menuItemId (type: String.t, default: nil)
    - This ID corresponds to the name of the menu item in the query. For example [restaurants that serve thai curry] has menu_item_id = "thai curry".

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalMenuItem{
menuItemId: String.t() | nil
}

Function

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

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