Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaGuidedSearchSpec

Defines guided search spec.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaGuidedSearchSpec
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 GoogleCloudDiscoveryengineV1alphaGuidedSearchSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnableRefinementAttributes

Whether or not to enable and include refinement attributes in gudied search result.

Declaration
[JsonProperty("enableRefinementAttributes")]
public virtual bool? EnableRefinementAttributes { get; set; }
Property Value
Type Description
bool?

EnableRelatedQuestions

Whether or not to enable and include related questions in search response.

Declaration
[JsonProperty("enableRelatedQuestions")]
public virtual bool? EnableRelatedQuestions { get; set; }
Property Value
Type Description
bool?

MaxRelatedQuestions

Max number of related questions to be returned. The valid range is [1, 5]. If enable_related_questions is true, the default value is 3.

Declaration
[JsonProperty("maxRelatedQuestions")]
public virtual int? MaxRelatedQuestions { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX