| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
AttachmentInput |
AttachmentInput.clone() |
AttachmentInput |
AttachmentInput.withData(ByteBuffer data)
The data contained within the uploaded file.
|
AttachmentInput |
AttachmentInput.withName(String name)
The name of the file.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentInput> |
ChatSyncRequest.getAttachments()
A list of files uploaded directly during chat.
|
| Modifier and Type | Method and Description |
|---|---|
ChatSyncRequest |
ChatSyncRequest.withAttachments(AttachmentInput... attachments)
A list of files uploaded directly during chat.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChatSyncRequest.setAttachments(Collection<AttachmentInput> attachments)
A list of files uploaded directly during chat.
|
ChatSyncRequest |
ChatSyncRequest.withAttachments(Collection<AttachmentInput> attachments)
A list of files uploaded directly during chat.
|
Copyright © 2025. All rights reserved.