Values.DocumentSourceSourceContains the content of a document.
type nonrec t = {bytes : DocumentSourceBytesBlob.t option;The raw bytes for the document. If you use an Amazon Web Services SDK, you don't need to encode the bytes in base64.
*)s3Location : S3Location.t option;The location of a document object in an Amazon S3 bucket. To see which models support S3 uploads, see Supported models and features for Converse.
*)text : String_.t option;The text content of the document source.
*)content : DocumentContentBlocks.t option;The structured content of the document source, which may include various content blocks such as text, images, or other document elements.
*)}