CustomContent

Contains information about the content to ingest into a knowledge base connected to a custom data source. Choose a sourceType 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

A unique identifier for the document.

Link copied to clipboard

Contains information about content defined inline to ingest into a knowledge base.

Link copied to clipboard

Contains information about the Amazon S3 location of the file from which to ingest data.

Link copied to clipboard

The source of the data to ingest.

Functions

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