|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Voice | |
|---|---|
| com.telapi.api.inboundxml.elements | |
| com.telapi.api.inboundxml.elements.enums | |
| Uses of Voice in com.telapi.api.inboundxml.elements |
|---|
| Methods in com.telapi.api.inboundxml.elements with parameters of type Voice | |
|---|---|
GetSpeech |
GetSpeech.say(String text,
Voice voice,
Long loop)
|
Response |
Response.say(String text,
Voice voice,
Long loop)
Adds a Say element to a Response element. |
Gather |
Gather.say(String text,
Voice voice,
Long loop)
|
| Uses of Voice in com.telapi.api.inboundxml.elements.enums |
|---|
| Methods in com.telapi.api.inboundxml.elements.enums that return Voice | |
|---|---|
static Voice |
Voice.forValue(String s)
|
static Voice |
Voice.valueOf(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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||