Values.AttachmentOutputSourceThe details of a file uploaded during chat.
type nonrec t = {name : AttachmentName.t option;The name of a file uploaded during chat.
*)status : AttachmentStatus.t option;The status of a file uploaded during chat.
*)error : ErrorDetail.t option;An error associated with a file uploaded during chat.
*)attachmentId : AttachmentId.t option;The unique identifier of the Amazon Q Business attachment.
*)conversationId : ConversationId.t option;The unique identifier of the Amazon Q Business conversation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AttachmentName.t
| `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list ])
list ]