Uses of Class
com.twilio.twiml.voice.SsmlLang.XmlLang
-
Packages that use SsmlLang.XmlLang Package Description com.twilio.twiml.voice -
-
Uses of SsmlLang.XmlLang in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return SsmlLang.XmlLang Modifier and Type Method Description SsmlLang.XmlLang
SsmlLang. getXmlLang()
Specify the languagestatic SsmlLang.XmlLang
SsmlLang.XmlLang. valueOf(String name)
Returns the enum constant of this type with the specified name.static SsmlLang.XmlLang[]
SsmlLang.XmlLang. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.twiml.voice with parameters of type SsmlLang.XmlLang Modifier and Type Method Description SsmlLang.Builder
SsmlLang.Builder. xmlLang(SsmlLang.XmlLang xmlLang)
Specify the language
-