| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.clone() |
Message |
Message.withActionReview(ActionReview actionReview) |
Message |
Message.withAttachments(AttachmentOutput... attachments)
A file directly uploaded into an Amazon Q Business web experience chat.
|
Message |
Message.withAttachments(Collection<AttachmentOutput> attachments)
A file directly uploaded into an Amazon Q Business web experience chat.
|
Message |
Message.withBody(String body)
The content of the Amazon Q Business web experience message.
|
Message |
Message.withMessageId(String messageId)
The identifier of the Amazon Q Business web experience message.
|
Message |
Message.withSourceAttribution(Collection<SourceAttribution> sourceAttribution)
The source documents used to generate Amazon Q Business web experience message.
|
Message |
Message.withSourceAttribution(SourceAttribution... sourceAttribution)
The source documents used to generate Amazon Q Business web experience message.
|
Message |
Message.withTime(Date time)
The timestamp of the first Amazon Q Business web experience message.
|
Message |
Message.withType(MessageType type)
The type of Amazon Q Business message, whether
HUMAN or AI generated. |
Message |
Message.withType(String type)
The type of Amazon Q Business message, whether
HUMAN or AI generated. |
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
ListMessagesResult.getMessages()
An array of information on one or more messages.
|
| Modifier and Type | Method and Description |
|---|---|
ListMessagesResult |
ListMessagesResult.withMessages(Message... messages)
An array of information on one or more messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMessagesResult.setMessages(Collection<Message> messages)
An array of information on one or more messages.
|
ListMessagesResult |
ListMessagesResult.withMessages(Collection<Message> messages)
An array of information on one or more messages.
|
Copyright © 2025. All rights reserved.