Class GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResult
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.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResult : 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<GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResultRefinementAttribute> RefinementAttributes { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResultRefinementAttribute> |