Reference(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Document reference.
Attributes |
|
---|---|
Name | Description |
title |
str
Title of the document. |
document |
str
Required. Document.name of the document. Full resource name of the referenced document, in the format projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/* .
|
uri |
str
Cloud Storage or HTTP uri for the document. |
chunk_contents |
MutableSequence[google.cloud.discoveryengine_v1beta.types.SearchResponse.Summary.Reference.ChunkContent]
List of cited chunk contents derived from document content. |
Classes
ChunkContent
ChunkContent(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Chunk content.