Document

class Document

A document in an Amazon Q application.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration information for access permission to a document.

Link copied to clipboard

Custom attributes to apply to the document for refining Amazon Q web experience responses.

Link copied to clipboard

The contents of the document.

Link copied to clipboard

The file type of the document in the Blob field.

Link copied to clipboard

The configuration information for altering document metadata and content during the document ingestion process.

Link copied to clipboard
val id: String

The identifier of the document.

Link copied to clipboard

The title of the document.

Functions

Link copied to clipboard
inline fun copy(block: Document.Builder.() -> Unit = {}): Document
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String