Skip to content

Qbusiness  >  Structures  >  FailedAttachmentEvent

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.

system_message_id class-attribute instance-attribute
system_message_id: str | None = None

The identifier of the AI-generated message associated with the file upload.

user_message_id class-attribute instance-attribute
user_message_id: str | None = None

The identifier of the end user chat message associated with the file upload.