NlpSemanticParsingLocalPriceConstraint

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalPriceConstraint


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. cheap (type: boolean(), default: nil)
    -
  2. currencyCode (type: String.t, default: nil)
    - The currency codes are expected to be string from the list in i18n/identifiers/currencycode.*
  3. expensive (type: boolean(), default: nil)
    -
  4. maxPrice (type: float(), default: nil)
    -
  5. minPrice (type: float(), default: nil)
    -
  6. moderatelyPriced (type: boolean(), default: nil)
    -
  7. unspecified (type: boolean(), default: nil)
    - The user mentioned something about price, but didn't mention a specific constraint. This is used to indicate an intent to remove all price constraints, in queries like [forget the price].

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalPriceConstraint{
cheap: boolean() | nil,
currencyCode: String.t() | nil,
expensive: boolean() | nil,
maxPrice: float() | nil,
minPrice: float() | nil,
moderatelyPriced: boolean() | nil,
unspecified: boolean() | nil
}

Function

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

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