Values.FailedAttachmentEventSourceA failed file upload during web experience chat.
type nonrec t = {conversationId : ConversationId.t option;The identifier of the conversation associated with the failed file upload.
*)userMessageId : MessageId.t option;The identifier of the end user chat message associated with the file upload.
*)systemMessageId : MessageId.t option;The identifier of the AI-generated message associated with the file upload.
*)attachment : AttachmentOutput.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `String of ConversationId.t
| `Structure of
(string
* [> `Enum of string
| `String of AttachmentName.t
| `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ])
list ])
list ])
list ]