| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.clone() |
Message |
MessageGroup.getMessage()
The primary message that Amazon Lex should send to the user.
|
Message |
Message.withCustomPayload(CustomPayload customPayload)
A message in a custom format defined by the client application.
|
Message |
Message.withImageResponseCard(ImageResponseCard imageResponseCard)
A message that defines a response card that the client application can show to the user.
|
Message |
Message.withPlainTextMessage(PlainTextMessage plainTextMessage)
A message in plain text format.
|
Message |
Message.withSsmlMessage(SSMLMessage ssmlMessage)
A message in Speech Synthesis Markup Language (SSML).
|
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
MessageGroup.getVariations()
Message variations to send to the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageGroup.setMessage(Message message)
The primary message that Amazon Lex should send to the user.
|
MessageGroup |
MessageGroup.withMessage(Message message)
The primary message that Amazon Lex should send to the user.
|
MessageGroup |
MessageGroup.withVariations(Message... variations)
Message variations to send to the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageGroup.setVariations(Collection<Message> variations)
Message variations to send to the user.
|
MessageGroup |
MessageGroup.withVariations(Collection<Message> variations)
Message variations to send to the user.
|
Copyright © 2025. All rights reserved.