| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Ssml |
Ssml.clone() |
Ssml |
Ssml.withLocale(Locale locale)
The locale of the SSML message.
|
Ssml |
Ssml.withLocale(String locale)
The locale of the SSML message.
|
Ssml |
Ssml.withValue(String value)
The value of the SSML message in the correct SSML format.
|
| Modifier and Type | Method and Description |
|---|---|
List<Ssml> |
Content.getSsmlList()
The list of SSML messages.
|
| Modifier and Type | Method and Description |
|---|---|
Content |
Content.withSsmlList(Ssml... ssmlList)
The list of SSML messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Content.setSsmlList(Collection<Ssml> ssmlList)
The list of SSML messages.
|
Content |
Content.withSsmlList(Collection<Ssml> ssmlList)
The list of SSML messages.
|
Copyright © 2023. All rights reserved.