| Package | Description |
|---|---|
| org.dellroad.jibxbindings.twilio.twiml |
JiBX Bindings for version 2010-04-01 of the Twilio TwiML Markup Language.
|
| Modifier and Type | Method and Description |
|---|---|
Voice |
Say.getVoice() |
static Voice |
Voice.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Voice[] |
Voice.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Say.setVoice(Voice voice) |
| Constructor and Description |
|---|
Say(java.lang.String text,
Language language,
Voice voice) |