Show / Hide Table of Contents

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.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaSearchResponseGuidedSearchResult
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX