Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression

The expression denoting the filter that was extracted from the input query.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression : IDirectResponseSchema

Properties

AndExpr

Logical "And" compound operator connecting multiple expressions.

Declaration
[JsonProperty("andExpr")]
public virtual GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterAndExpression AndExpr { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterAndExpression

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 GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint GeolocationConstraint { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint

NumberConstraint

Numerical constraint expression.

Declaration
[JsonProperty("numberConstraint")]
public virtual GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterNumberConstraint NumberConstraint { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterNumberConstraint

OrExpr

Logical "Or" compound operator connecting multiple expressions.

Declaration
[JsonProperty("orExpr")]
public virtual GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterOrExpression OrExpr { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterOrExpression

StringConstraint

String constraint expression.

Declaration
[JsonProperty("stringConstraint")]
public virtual GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterStringConstraint StringConstraint { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterStringConstraint

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX