Class GoogleCloudDiscoveryengineV1alphaSearchResponseGuidedSearchResult
Guided search result. The guided search helps user to refine the search results and narrow down to the real needs from a broaded search results.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaSearchResponseGuidedSearchResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FollowUpQuestions
Suggested follow-up questions.
Declaration
[JsonProperty("followUpQuestions")]
public virtual IList<string> FollowUpQuestions { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
RefinementAttributes
A list of ranked refinement attributes.
Declaration
[JsonProperty("refinementAttributes")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaSearchResponseGuidedSearchResultRefinementAttribute> RefinementAttributes { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1alphaSearchResponseGuidedSearchResultRefinementAttribute> |