View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1AnswerReferenceUnstructuredDocumentInfo (google_api_discovery_engine v0.24.0)
Unstructured document information.
Attributes
-
chunkContents(type:list(GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1AnswerReferenceUnstructuredDocumentInfoChunkContent.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.V1.Model.GoogleCloudDiscoveryengineV1AnswerReferenceUnstructuredDocumentInfo{ chunkContents: [ GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1AnswerReferenceUnstructuredDocumentInfoChunkContent.t() ] | nil, document: String.t() | nil, structData: map() | nil, title: String.t() | nil, uri: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.