Class GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfo
Information describing what natural language understanding was done on the input query.
Inheritance
GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfo
  Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfo : IDirectResponseSchemaProperties
ClassifiedIntents
The classified intents from the input query.
Declaration
[JsonProperty("classifiedIntents")]
public virtual IList<string> ClassifiedIntents { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ExtractedFilters
The filters that were extracted from the input query.
Declaration
[JsonProperty("extractedFilters")]
public virtual string ExtractedFilters { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
RewrittenQuery
Rewritten input query minus the extracted filters.
Declaration
[JsonProperty("rewrittenQuery")]
public virtual string RewrittenQuery { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
StructuredExtractedFilter
The filters that were extracted from the input query represented in a structured form.
Declaration
[JsonProperty("structuredExtractedFilter")]
public virtual GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter StructuredExtractedFilter { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter |