GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1SearchResponseSummaryReference (google_api_discovery_engine v0.28.0)
View SourceDocument reference.
Attributes
-
chunkContents(type:list(GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1SearchResponseSummaryReferenceChunkContent.t), default:nil) - List of cited chunk contents derived from document content. -
document(type:String.t, default:nil) - Required. Document.name of the document. Full resource name of the referenced document, in the formatprojects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*. -
title(type:String.t, default:nil) - Title of the document. -
uri(type:String.t, default:nil) - Cloud Storage or HTTP uri for the document.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1SearchResponseSummaryReference{ chunkContents: [ GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1SearchResponseSummaryReferenceChunkContent.t() ] | nil, document: String.t() | nil, title: String.t() | nil, uri: String.t() | nil }