Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.Ssml
-
Packages that use Ssml Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of Ssml in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type Ssml Modifier and Type Method Description List<Ssml>Content. ssmlList()The list of SSML messages.Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type Ssml Modifier and Type Method Description Content.BuilderContent.Builder. ssmlList(Ssml... ssmlList)The list of SSML messages.Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type Ssml Modifier and Type Method Description Content.BuilderContent.Builder. ssmlList(Collection<Ssml> ssmlList)The list of SSML messages.
-