View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1SearchResponseSummaryReference (google_api_discovery_engine v0.16.0)

Document 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 format projects/*/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
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.