Class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpec
Query understanding specification.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpec : 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 GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec QueryClassificationSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec |
QueryRephraserSpec
Query rephraser specification.
Declaration
[JsonProperty("queryRephraserSpec")]
public virtual GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec QueryRephraserSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec |