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