NlpSemanticParsingLocalQualityConstraint

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalQualityConstraint


Table of Contents ▼

Jump to a specific part of the page:

Description

Quality constraints about the establishment. In the future we can add to this message Zagat ratings, user reviews, etc. Next ID: 6.

Attributes List

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

View Attributes

Attributes

  1. best (type: boolean(), default: nil)
    -
  2. highlyRated (type: boolean(), default: nil)
    -
  3. starType (type: String.t, default: nil)
    -
  4. stars (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalStarRatings, default: nil)
    -
  5. unspecified (type: boolean(), default: nil)
    - The user mentioned something about quality, but didn't mention a specific constraint. This is used to indicate an intent to remove all quality constraints, in queries like [forget the rating].

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalQualityConstraint{
best: boolean() | nil,
highlyRated: boolean() | nil,
starType: String.t() | nil,
stars: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalStarRatings.t() | nil,
unspecified: boolean() | nil
}

Function

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

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