public static interface Answer.Step.Action.ObservationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Answer.Step.Action.Observation.SearchResult |
getSearchResults(int index)
Search results observed by the search action, it can be snippets info
or chunk info, depending on the citation type set by the user.
|
int |
getSearchResultsCount()
Search results observed by the search action, it can be snippets info
or chunk info, depending on the citation type set by the user.
|
List<Answer.Step.Action.Observation.SearchResult> |
getSearchResultsList()
Search results observed by the search action, it can be snippets info
or chunk info, depending on the citation type set by the user.
|
Answer.Step.Action.Observation.SearchResultOrBuilder |
getSearchResultsOrBuilder(int index)
Search results observed by the search action, it can be snippets info
or chunk info, depending on the citation type set by the user.
|
List<? extends Answer.Step.Action.Observation.SearchResultOrBuilder> |
getSearchResultsOrBuilderList()
Search results observed by the search action, it can be snippets info
or chunk info, depending on the citation type set by the user.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Answer.Step.Action.Observation.SearchResult> getSearchResultsList()
Search results observed by the search action, it can be snippets info or chunk info, depending on the citation type set by the user.
repeated .google.cloud.discoveryengine.v1beta.Answer.Step.Action.Observation.SearchResult search_results = 2;
Answer.Step.Action.Observation.SearchResult getSearchResults(int index)
Search results observed by the search action, it can be snippets info or chunk info, depending on the citation type set by the user.
repeated .google.cloud.discoveryengine.v1beta.Answer.Step.Action.Observation.SearchResult search_results = 2;
int getSearchResultsCount()
Search results observed by the search action, it can be snippets info or chunk info, depending on the citation type set by the user.
repeated .google.cloud.discoveryengine.v1beta.Answer.Step.Action.Observation.SearchResult search_results = 2;
List<? extends Answer.Step.Action.Observation.SearchResultOrBuilder> getSearchResultsOrBuilderList()
Search results observed by the search action, it can be snippets info or chunk info, depending on the citation type set by the user.
repeated .google.cloud.discoveryengine.v1beta.Answer.Step.Action.Observation.SearchResult search_results = 2;
Answer.Step.Action.Observation.SearchResultOrBuilder getSearchResultsOrBuilder(int index)
Search results observed by the search action, it can be snippets info or chunk info, depending on the citation type set by the user.
repeated .google.cloud.discoveryengine.v1beta.Answer.Step.Action.Observation.SearchResult search_results = 2;
Copyright © 2025 Google LLC. All rights reserved.