Class GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterStringConstraint
Constraint expression of a string field.
Inheritance
GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterStringConstraint
  Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterStringConstraint : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
FieldName
Name of the string 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 | 
Values
Values of the string field. The record will only be returned if the field value matches one of the values specified here.
Declaration
[JsonProperty("values")]
public virtual IList<string> Values { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> |