public class Say extends TwiML
<Say>| Modifier and Type | Class and Description |
|---|---|
static class |
Say.Builder
Create a new
<Say> element |
static class |
Say.Language |
static class |
Say.Voice |
| Modifier and Type | Method and Description |
|---|---|
Say.Language |
getLanguage()
Message langauge
|
Integer |
getLoop()
Times to loop message
|
String |
getMessage()
Message to say
|
Say.Voice |
getVoice()
Voice to use
|
equals, getChildren, getOptions, getTagName, hashCode, toString, toUrl, toXmlpublic Say.Voice getVoice()
public Integer getLoop()
public Say.Language getLanguage()
public String getMessage()
Copyright © 2016 Twilio, Inc. All Rights Reserved.