Class GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterNumberConstraint
Constraint expression of a number field. Example: price < 100.
Inheritance
GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterNumberConstraint
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterNumberConstraint : IDirectResponseSchema
Properties
Comparison
The comparison operation performed between the field value and the value specified in the constraint.
Declaration
[JsonProperty("comparison")]
public virtual string Comparison { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FieldName
Name of the numerical field as defined in the schema.
Declaration
[JsonProperty("fieldName")]
public virtual string FieldName { get; set; }
Property Value
Type | Description |
---|---|
string |
QuerySegment
Identifies the keywords within the search query that match a filter.
Declaration
[JsonProperty("querySegment")]
public virtual string QuerySegment { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
The value specified in the numerical constraint.
Declaration
[JsonProperty("value")]
public virtual double? Value { get; set; }
Property Value
Type | Description |
---|---|
double? |