Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpec

Query understanding specification.

Inheritance
object
GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpec
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.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpec : IDirectResponseSchema

Properties

DisableSpellCorrection

Optional. Whether to disable spell correction. The default value is false.

Declaration
[JsonProperty("disableSpellCorrection")]
public virtual bool? DisableSpellCorrection { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

QueryClassificationSpec

Query classification specification.

Declaration
[JsonProperty("queryClassificationSpec")]
public virtual GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec QueryClassificationSpec { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec

QueryRephraserSpec

Query rephraser specification.

Declaration
[JsonProperty("queryRephraserSpec")]
public virtual GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec QueryRephraserSpec { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX