GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalPriceConstraint
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
cheap
(type:boolean()
, default:nil
)
- -
currencyCode
(type:String.t
, default:nil
)
- The currency codes are expected to be string from the list in i18n/identifiers/currencycode.* -
expensive
(type:boolean()
, default:nil
)
- -
maxPrice
(type:float()
, default:nil
)
- -
minPrice
(type:float()
, default:nil
)
- -
moderatelyPriced
(type:boolean()
, default:nil
)
- -
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
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalPriceConstraint