View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSearchResponseSummaryReference (google_api_discovery_engine v0.27.0)
Document reference.
Attributes
-
chunkContents
(type:list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSearchResponseSummaryReferenceChunkContent.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.V1beta.Model.GoogleCloudDiscoveryengineV1betaSearchResponseSummaryReference{ chunkContents: [ GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSearchResponseSummaryReferenceChunkContent.t() ] | nil, document: String.t() | nil, title: String.t() | nil, uri: String.t() | nil }