Class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression
The expression denoting the filter that was extracted from the input query.
Inheritance
GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression : IDirectResponseSchema
Properties
AndExpr
Logical "And" compound operator connecting multiple expressions.
Declaration
[JsonProperty("andExpr")]
public virtual GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterAndExpression AndExpr { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterAndExpression |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GeolocationConstraint
Geolocation constraint expression.
Declaration
[JsonProperty("geolocationConstraint")]
public virtual GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint GeolocationConstraint { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint |
NumberConstraint
Numerical constraint expression.
Declaration
[JsonProperty("numberConstraint")]
public virtual GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterNumberConstraint NumberConstraint { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterNumberConstraint |
OrExpr
Logical "Or" compound operator connecting multiple expressions.
Declaration
[JsonProperty("orExpr")]
public virtual GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterOrExpression OrExpr { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterOrExpression |
StringConstraint
String constraint expression.
Declaration
[JsonProperty("stringConstraint")]
public virtual GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterStringConstraint StringConstraint { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterStringConstraint |