| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.clone() |
Message |
Message.withContent(String content)
The text of the message.
|
Message |
Message.withContentType(ContentType contentType)
The content type of the message string.
|
Message |
Message.withContentType(String contentType)
The content type of the message string.
|
Message |
Message.withGroupNumber(Integer groupNumber)
Identifies the message group that the message belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
Statement.getMessages()
A collection of message objects.
|
List<Message> |
Prompt.getMessages()
An array of objects, each of which provides a message string and its type.
|
| Modifier and Type | Method and Description |
|---|---|
Statement |
Statement.withMessages(Message... messages)
A collection of message objects.
|
Prompt |
Prompt.withMessages(Message... messages)
An array of objects, each of which provides a message string and its type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Statement.setMessages(Collection<Message> messages)
A collection of message objects.
|
void |
Prompt.setMessages(Collection<Message> messages)
An array of objects, each of which provides a message string and its type.
|
Statement |
Statement.withMessages(Collection<Message> messages)
A collection of message objects.
|
Prompt |
Prompt.withMessages(Collection<Message> messages)
An array of objects, each of which provides a message string and its type.
|
Copyright © 2023. All rights reserved.