Values.AttachmentInputSourceThis is either a file directly uploaded into a web experience chat or a reference to an existing attachment that is part of a web experience chat.
type nonrec t = {data : Blob.t option;The contents of the attachment.
*)name : AttachmentName.t option;The filename of the attachment.
*)copyFrom : CopyFromSource.t option;A reference to an existing attachment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Blob of Blob.t
| `String of AttachmentName.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of ConversationId.t ]) list ])
list ])
list ]