| Package | Description |
|---|---|
| com.amazonaws.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.clone() |
Message |
Message.withContent(String content)
The text of the message.
|
Message |
Message.withContentType(MessageContentType contentType)
Indicates the type of response.
|
Message |
Message.withContentType(String contentType)
Indicates the type of response.
|
Message |
Message.withImageResponseCard(ImageResponseCard imageResponseCard) |
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
RecognizeTextResult.getMessages()
A list of messages last sent to the user.
|
List<Message> |
PutSessionRequest.getMessages()
A list of messages to send to the user.
|
List<Message> |
GetSessionResult.getMessages()
A list of messages that were last sent to the user.
|
| Modifier and Type | Method and Description |
|---|---|
RecognizeTextResult |
RecognizeTextResult.withMessages(Message... messages)
A list of messages last sent to the user.
|
PutSessionRequest |
PutSessionRequest.withMessages(Message... messages)
A list of messages to send to the user.
|
GetSessionResult |
GetSessionResult.withMessages(Message... messages)
A list of messages that were last sent to the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecognizeTextResult.setMessages(Collection<Message> messages)
A list of messages last sent to the user.
|
void |
PutSessionRequest.setMessages(Collection<Message> messages)
A list of messages to send to the user.
|
void |
GetSessionResult.setMessages(Collection<Message> messages)
A list of messages that were last sent to the user.
|
RecognizeTextResult |
RecognizeTextResult.withMessages(Collection<Message> messages)
A list of messages last sent to the user.
|
PutSessionRequest |
PutSessionRequest.withMessages(Collection<Message> messages)
A list of messages to send to the user.
|
GetSessionResult |
GetSessionResult.withMessages(Collection<Message> messages)
A list of messages that were last sent to the user.
|
Copyright © 2025. All rights reserved.