DocumentContent

Contains information about the content of a document. Choose a dataSourceType and include the field that corresponds to it.

Types

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

Properties

Link copied to clipboard

Contains information about the content to ingest into a knowledge base connected to a custom data source.

Link copied to clipboard

The type of data source that is connected to the knowledge base to which to ingest this document.

Link copied to clipboard

Contains information about the content to ingest into a knowledge base connected to an Amazon S3 data source

Functions

Link copied to clipboard
inline fun copy(block: DocumentContent.Builder.() -> Unit = {}): DocumentContent
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