Package com.twilio.twiml.voice
Class SsmlLang
- java.lang.Object
-
- com.twilio.twiml.TwiML
-
- com.twilio.twiml.voice.SsmlLang
-
public class SsmlLang extends TwiML
TwiML wrapper for<lang>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSsmlLang.BuilderCreate a new<lang>elementstatic classSsmlLang.XmlLang
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetWords()Words to speakSsmlLang.XmlLanggetXmlLang()Specify the language-
Methods inherited from class com.twilio.twiml.TwiML
equals, getChildren, getOptions, getTagName, hashCode, toUrl, toXml
-
-
-
-
Method Detail
-
getXmlLang
public SsmlLang.XmlLang getXmlLang()
Specify the language- Returns:
- Specify the language
-
getWords
public String getWords()
Words to speak- Returns:
- Words to speak
-
-