Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpec

Query understanding specification.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpec
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 GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpec : 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 GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec QueryClassificationSpec { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec

QueryRephraserSpec

Query rephraser specification.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX