Class GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpec
Query understanding specification.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpec : IDirectResponseSchema
Properties
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 |