View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAnswerReferenceUnstructuredDocumentInfo (google_api_discovery_engine v0.9.0)

Unstructured document information.

Attributes

  • chunkContents (type: list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAnswerReferenceUnstructuredDocumentInfoChunkContent.t), default: nil) - List of cited chunk contents derived from document content.
  • document (type: String.t, default: nil) - Document resource name.
  • structData (type: map(), default: nil) - The structured JSON metadata for the document. It is populated from the struct data from the Chunk in search result.
  • title (type: String.t, default: nil) - Title.
  • uri (type: String.t, default: nil) - URI for the document.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAnswerReferenceUnstructuredDocumentInfo{
    chunkContents:
      [
        GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAnswerReferenceUnstructuredDocumentInfoChunkContent.t()
      ]
      | nil,
    document: String.t() | nil,
    structData: map() | nil,
    title: String.t() | nil,
    uri: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.