Class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec
Query rephraser specification.
Inheritance
GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec : IDirectResponseSchema
Properties
Disable
Disable query rephraser.
Declaration
[JsonProperty("disable")]
public virtual bool? Disable { 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 |
MaxRephraseSteps
Max rephrase steps. The max number is 5 steps. If not set or set to < 1, it will be set to 1 by default.
Declaration
[JsonProperty("maxRephraseSteps")]
public virtual int? MaxRephraseSteps { get; set; }
Property Value
Type | Description |
---|---|
int? |