Values.DocumentContentSourceContains information about the content of a document. Choose a dataSourceType and include the field that corresponds to it.
type nonrec t = {dataSourceType : ContentDataSourceType.t;The type of data source that is connected to the knowledge base to which to ingest this document.
*)custom : CustomContent.t option;Contains information about the content to ingest into a knowledge base connected to a custom data source.
*)s3 : S3Content.t option;Contains information about the content to ingest into a knowledge base connected to an Amazon S3 data source
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `String of CustomDocumentIdentifierIdString.t
| `Structure of
(string
* [> `Blob of ByteContentBlob.t
| `String of ByteContentDocMimeTypeString.t ])
list ])
list ])
list ])
list ]