Discovery Engine v1beta API - Class SearchResponse.Types.GuidedSearchResult (1.0.0-beta11)

public sealed class SearchResponse.Types.GuidedSearchResult : IMessage<SearchResponse.Types.GuidedSearchResult>, IEquatable<SearchResponse.Types.GuidedSearchResult>, IDeepCloneable<SearchResponse.Types.GuidedSearchResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class SearchResponse.Types.GuidedSearchResult.

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 > SearchResponse.Types.GuidedSearchResult

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

GuidedSearchResult()

public GuidedSearchResult()

GuidedSearchResult(GuidedSearchResult)

public GuidedSearchResult(SearchResponse.Types.GuidedSearchResult other)
Parameter
NameDescription
otherSearchResponseTypesGuidedSearchResult

Properties

FollowUpQuestions

public RepeatedField<string> FollowUpQuestions { get; }

Suggested follow-up questions.

Property Value
TypeDescription
RepeatedFieldstring

RefinementAttributes

public RepeatedField<SearchResponse.Types.GuidedSearchResult.Types.RefinementAttribute> RefinementAttributes { get; }

A list of ranked refinement attributes.

Property Value
TypeDescription
RepeatedFieldSearchResponseTypesGuidedSearchResultTypesRefinementAttribute