Class GoogleCloudDiscoveryengineV1alphaGuidedSearchSpec
Defines guided search spec.
Implements
Inherited Members
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? |