| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
AttachmentOutput |
AttachmentOutput.clone() |
AttachmentOutput |
AttachmentOutput.withError(ErrorDetail error)
An error associated with a file uploaded during chat.
|
AttachmentOutput |
AttachmentOutput.withName(String name)
The name of a file uploaded during chat.
|
AttachmentOutput |
AttachmentOutput.withStatus(AttachmentStatus status)
The status of a file uploaded during chat.
|
AttachmentOutput |
AttachmentOutput.withStatus(String status)
The status of a file uploaded during chat.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentOutput> |
Message.getAttachments()
A file directly uploaded into an Amazon Q Business web experience chat.
|
List<AttachmentOutput> |
ChatSyncResult.getFailedAttachments()
A list of files which failed to upload during chat.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.withAttachments(AttachmentOutput... attachments)
A file directly uploaded into an Amazon Q Business web experience chat.
|
ChatSyncResult |
ChatSyncResult.withFailedAttachments(AttachmentOutput... failedAttachments)
A list of files which failed to upload during chat.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setAttachments(Collection<AttachmentOutput> attachments)
A file directly uploaded into an Amazon Q Business web experience chat.
|
void |
ChatSyncResult.setFailedAttachments(Collection<AttachmentOutput> failedAttachments)
A list of files which failed to upload during chat.
|
Message |
Message.withAttachments(Collection<AttachmentOutput> attachments)
A file directly uploaded into an Amazon Q Business web experience chat.
|
ChatSyncResult |
ChatSyncResult.withFailedAttachments(Collection<AttachmentOutput> failedAttachments)
A list of files which failed to upload during chat.
|
Copyright © 2024. All rights reserved.