GetDocumentContentRequest
Types
Properties
Link copied to clipboard
The unique identifier of the data source that contains the document.
Link copied to clipboard
The unique identifier of the document to retrieve content for.
Link copied to clipboard
The unique identifier of the knowledge base that contains the document.
Link copied to clipboard
The output format for the document content. RAW returns the original file. EXTRACTED returns parsed text as JSON. Defaults to RAW.
Link copied to clipboard
Contains information about the user making the request. Use this to pass user identity information for access control filtering, so that retrieval results only include documents the user is authorized to access.
Functions
Link copied to clipboard
inline fun copy(block: GetDocumentContentRequest.Builder.() -> Unit = {}): GetDocumentContentRequest