Interface SvamlInstructionSay
- All Superinterfaces:
SvamlInstruction
Plays a synthesized text-to-speech message to the end user. The message is provided in the text
field.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builderstatic class
Thename
property. -
Method Summary
-
Method Details
-
getText
String getText()Contains the message that will be spoken. Default maximum length is 600 characters. To change this limit, please contact support.- Returns:
- text
-
getLocale
String getLocale()The voice and language you want to use for the text-to-speech message. This can either be defined by the ISO 639 locale and language code or by specifying a particular voice. Supported languages and voices are detailed here.- Returns:
- locale
-
builder
Getting builder- Returns:
- New Builder instance
-