SearchDocumentChunksResponse(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Response message for
DeveloperKnowledge.SearchDocumentChunks][google.developers.knowledge.v1.DeveloperKnowledge.SearchDocumentChunks].
Attributes |
|
|---|---|
| Name | Description |
results |
MutableSequence[google.developer_knowledge_v1.types.DocumentChunk]
Contains the search results for the given query. Each DocumentChunk][google.developers.knowledge.v1.DocumentChunk]
in this list contains a snippet of content relevant to the
search query. Use the
DocumentChunk.parent][google.developers.knowledge.v1.DocumentChunk.parent]
field of each result with
DeveloperKnowledge.GetDocument][google.developers.knowledge.v1.DeveloperKnowledge.GetDocument]
or
DeveloperKnowledge.BatchGetDocuments][google.developers.knowledge.v1.DeveloperKnowledge.BatchGetDocuments]
to retrieve the full document content.
|
next_page_token |
str
Provides a token that can be sent as page_token to
retrieve the next page. If this field is omitted, there are
no subsequent pages.
|