public static interface Answer.Step.Action.Observation.SearchResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChunkInfo(int index)
public abstract Answer.Step.Action.Observation.SearchResult.ChunkInfo getChunkInfo(int index)If citation_type is CHUNK_LEVEL_CITATION and chunk mode is on, populate chunk info.
repeated .google.cloud.discoveryengine.v1.Answer.Step.Action.Observation.SearchResult.ChunkInfo chunk_info = 5;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action.Observation.SearchResult.ChunkInfo |
|
getChunkInfoCount()
public abstract int getChunkInfoCount()If citation_type is CHUNK_LEVEL_CITATION and chunk mode is on, populate chunk info.
repeated .google.cloud.discoveryengine.v1.Answer.Step.Action.Observation.SearchResult.ChunkInfo chunk_info = 5;
| Returns | |
|---|---|
| Type | Description |
int |
|
getChunkInfoList()
public abstract List<Answer.Step.Action.Observation.SearchResult.ChunkInfo> getChunkInfoList()If citation_type is CHUNK_LEVEL_CITATION and chunk mode is on, populate chunk info.
repeated .google.cloud.discoveryengine.v1.Answer.Step.Action.Observation.SearchResult.ChunkInfo chunk_info = 5;
| Returns | |
|---|---|
| Type | Description |
List<ChunkInfo> |
|
getChunkInfoOrBuilder(int index)
public abstract Answer.Step.Action.Observation.SearchResult.ChunkInfoOrBuilder getChunkInfoOrBuilder(int index)If citation_type is CHUNK_LEVEL_CITATION and chunk mode is on, populate chunk info.
repeated .google.cloud.discoveryengine.v1.Answer.Step.Action.Observation.SearchResult.ChunkInfo chunk_info = 5;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action.Observation.SearchResult.ChunkInfoOrBuilder |
|
getChunkInfoOrBuilderList()
public abstract List<? extends Answer.Step.Action.Observation.SearchResult.ChunkInfoOrBuilder> getChunkInfoOrBuilderList()If citation_type is CHUNK_LEVEL_CITATION and chunk mode is on, populate chunk info.
repeated .google.cloud.discoveryengine.v1.Answer.Step.Action.Observation.SearchResult.ChunkInfo chunk_info = 5;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1.Answer.Step.Action.Observation.SearchResult.ChunkInfoOrBuilder> |
|
getDocument()
public abstract String getDocument()Document resource name.
string document = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The document. |
getDocumentBytes()
public abstract ByteString getDocumentBytes()Document resource name.
string document = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for document. |
getSnippetInfo(int index)
public abstract Answer.Step.Action.Observation.SearchResult.SnippetInfo getSnippetInfo(int index)If citation_type is DOCUMENT_LEVEL_CITATION, populate document level snippets.
repeated .google.cloud.discoveryengine.v1.Answer.Step.Action.Observation.SearchResult.SnippetInfo snippet_info = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action.Observation.SearchResult.SnippetInfo |
|
getSnippetInfoCount()
public abstract int getSnippetInfoCount()If citation_type is DOCUMENT_LEVEL_CITATION, populate document level snippets.
repeated .google.cloud.discoveryengine.v1.Answer.Step.Action.Observation.SearchResult.SnippetInfo snippet_info = 4;
| Returns | |
|---|---|
| Type | Description |
int |
|
getSnippetInfoList()
public abstract List<Answer.Step.Action.Observation.SearchResult.SnippetInfo> getSnippetInfoList()If citation_type is DOCUMENT_LEVEL_CITATION, populate document level snippets.
repeated .google.cloud.discoveryengine.v1.Answer.Step.Action.Observation.SearchResult.SnippetInfo snippet_info = 4;
| Returns | |
|---|---|
| Type | Description |
List<SnippetInfo> |
|
getSnippetInfoOrBuilder(int index)
public abstract Answer.Step.Action.Observation.SearchResult.SnippetInfoOrBuilder getSnippetInfoOrBuilder(int index)If citation_type is DOCUMENT_LEVEL_CITATION, populate document level snippets.
repeated .google.cloud.discoveryengine.v1.Answer.Step.Action.Observation.SearchResult.SnippetInfo snippet_info = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action.Observation.SearchResult.SnippetInfoOrBuilder |
|
getSnippetInfoOrBuilderList()
public abstract List<? extends Answer.Step.Action.Observation.SearchResult.SnippetInfoOrBuilder> getSnippetInfoOrBuilderList()If citation_type is DOCUMENT_LEVEL_CITATION, populate document level snippets.
repeated .google.cloud.discoveryengine.v1.Answer.Step.Action.Observation.SearchResult.SnippetInfo snippet_info = 4;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1.Answer.Step.Action.Observation.SearchResult.SnippetInfoOrBuilder> |
|
getStructData()
public abstract Struct getStructData()Data representation. The structured JSON data for the document. It's populated from the struct data from the Document, or the Chunk in search result.
.google.protobuf.Struct struct_data = 6;
| Returns | |
|---|---|
| Type | Description |
Struct |
The structData. |
getStructDataOrBuilder()
public abstract StructOrBuilder getStructDataOrBuilder()Data representation. The structured JSON data for the document. It's populated from the struct data from the Document, or the Chunk in search result.
.google.protobuf.Struct struct_data = 6;
| Returns | |
|---|---|
| Type | Description |
StructOrBuilder |
|
getTitle()
public abstract String getTitle()Title.
string title = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The title. |
getTitleBytes()
public abstract ByteString getTitleBytes()Title.
string title = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for title. |
getUri()
public abstract String getUri()URI for the document.
string uri = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()URI for the document.
string uri = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |
hasStructData()
public abstract boolean hasStructData()Data representation. The structured JSON data for the document. It's populated from the struct data from the Document, or the Chunk in search result.
.google.protobuf.Struct struct_data = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the structData field is set. |