AttachmentOutput¶
Structure Class¶
AttachmentOutput
dataclass
¶
The details of a file uploaded during chat.
Attributes¶
attachment_id
class-attribute
instance-attribute
¶
attachment_id: str | None = None
The unique identifier of the Amazon Q Business attachment.
conversation_id
class-attribute
instance-attribute
¶
conversation_id: str | None = None
The unique identifier of the Amazon Q Business conversation.
error
class-attribute
instance-attribute
¶
error: ErrorDetail | None = None
An error associated with a file uploaded during chat.
name
class-attribute
instance-attribute
¶
name: str | None = None
The name of a file uploaded during chat.
status
class-attribute
instance-attribute
¶
status: AttachmentStatus | None = None
The status of a file uploaded during chat.