FailedAttachmentEvent¶
Structure Class¶
FailedAttachmentEvent
dataclass
¶
A failed file upload during web experience chat.
Attributes¶
attachment
class-attribute
instance-attribute
¶
attachment: AttachmentOutput | None = None
The details of a file uploaded during chat.
conversation_id
class-attribute
instance-attribute
¶
conversation_id: str | None = None
The identifier of the conversation associated with the failed file upload.