| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Text |
Text.clone() |
Text |
Text.withLocale(Locale locale)
The locale of the text message.
|
Text |
Text.withLocale(String locale)
The locale of the text message.
|
Text |
Text.withValue(String value)
The value of the text message.
|
| Modifier and Type | Method and Description |
|---|---|
List<Text> |
Content.getTextList()
The list of text messages.
|
| Modifier and Type | Method and Description |
|---|---|
Content |
Content.withTextList(Text... textList)
The list of text messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Content.setTextList(Collection<Text> textList)
The list of text messages.
|
Content |
Content.withTextList(Collection<Text> textList)
The list of text messages.
|
Copyright © 2023. All rights reserved.