Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfo

Information describing what natural language understanding was done on the input query.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfo
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 GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfo : IDirectResponseSchema

Properties

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX