DocumentContent¶
Structure Class¶
DocumentContent
dataclass
¶
Contains information about the content of a document. Choose a
dataSourceType and include the field that corresponds to it.
Attributes¶
custom
class-attribute
instance-attribute
¶
custom: CustomContent | None = None
Contains information about the content to ingest into a knowledge base connected to a custom data source.
data_source_type
instance-attribute
¶
data_source_type: ContentDataSourceType
The type of data source that is connected to the knowledge base to which to ingest this document.