Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec

Query rephraser specification.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec
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 GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec : 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?

ModelSpec

Optional. Query Rephraser Model specification.

Declaration
[JsonProperty("modelSpec")]
public virtual GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpecModelSpec ModelSpec { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpecModelSpec

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX