public static interface SearchResponse.GuidedSearchResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SearchResponse.GuidedSearchResult.RefinementAttribute> getRefinementAttributesList()
A list of ranked refinement attributes.
repeated .google.cloud.discoveryengine.v1alpha.SearchResponse.GuidedSearchResult.RefinementAttribute refinement_attributes = 1;
SearchResponse.GuidedSearchResult.RefinementAttribute getRefinementAttributes(int index)
A list of ranked refinement attributes.
repeated .google.cloud.discoveryengine.v1alpha.SearchResponse.GuidedSearchResult.RefinementAttribute refinement_attributes = 1;
int getRefinementAttributesCount()
A list of ranked refinement attributes.
repeated .google.cloud.discoveryengine.v1alpha.SearchResponse.GuidedSearchResult.RefinementAttribute refinement_attributes = 1;
List<? extends SearchResponse.GuidedSearchResult.RefinementAttributeOrBuilder> getRefinementAttributesOrBuilderList()
A list of ranked refinement attributes.
repeated .google.cloud.discoveryengine.v1alpha.SearchResponse.GuidedSearchResult.RefinementAttribute refinement_attributes = 1;
SearchResponse.GuidedSearchResult.RefinementAttributeOrBuilder getRefinementAttributesOrBuilder(int index)
A list of ranked refinement attributes.
repeated .google.cloud.discoveryengine.v1alpha.SearchResponse.GuidedSearchResult.RefinementAttribute refinement_attributes = 1;
List<String> getFollowUpQuestionsList()
Suggested follow-up questions.
repeated string follow_up_questions = 2;int getFollowUpQuestionsCount()
Suggested follow-up questions.
repeated string follow_up_questions = 2;String getFollowUpQuestions(int index)
Suggested follow-up questions.
repeated string follow_up_questions = 2;index - The index of the element to return.com.google.protobuf.ByteString getFollowUpQuestionsBytes(int index)
Suggested follow-up questions.
repeated string follow_up_questions = 2;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.