public interface CompleteQueryResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getQuerySuggestions(int index)
public abstract CompleteQueryResponse.QuerySuggestion getQuerySuggestions(int index)Results of the matched query suggestions. The result list is ordered and the first result is a top suggestion.
repeated .google.cloud.discoveryengine.v1beta.CompleteQueryResponse.QuerySuggestion query_suggestions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CompleteQueryResponse.QuerySuggestion |
|
getQuerySuggestionsCount()
public abstract int getQuerySuggestionsCount()Results of the matched query suggestions. The result list is ordered and the first result is a top suggestion.
repeated .google.cloud.discoveryengine.v1beta.CompleteQueryResponse.QuerySuggestion query_suggestions = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getQuerySuggestionsList()
public abstract List<CompleteQueryResponse.QuerySuggestion> getQuerySuggestionsList()Results of the matched query suggestions. The result list is ordered and the first result is a top suggestion.
repeated .google.cloud.discoveryengine.v1beta.CompleteQueryResponse.QuerySuggestion query_suggestions = 1;
| Returns | |
|---|---|
| Type | Description |
List<QuerySuggestion> |
|
getQuerySuggestionsOrBuilder(int index)
public abstract CompleteQueryResponse.QuerySuggestionOrBuilder getQuerySuggestionsOrBuilder(int index)Results of the matched query suggestions. The result list is ordered and the first result is a top suggestion.
repeated .google.cloud.discoveryengine.v1beta.CompleteQueryResponse.QuerySuggestion query_suggestions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CompleteQueryResponse.QuerySuggestionOrBuilder |
|
getQuerySuggestionsOrBuilderList()
public abstract List<? extends CompleteQueryResponse.QuerySuggestionOrBuilder> getQuerySuggestionsOrBuilderList()Results of the matched query suggestions. The result list is ordered and the first result is a top suggestion.
repeated .google.cloud.discoveryengine.v1beta.CompleteQueryResponse.QuerySuggestion query_suggestions = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1beta.CompleteQueryResponse.QuerySuggestionOrBuilder> |
|