Uses of Class
com.twilio.twiml.voice.Say.Language
-
Packages that use Say.Language Package Description com.twilio.twiml.voice -
-
Uses of Say.Language in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Say.Language Modifier and Type Method Description Say.LanguageSay. getLanguage()Message languagestatic Say.LanguageSay.Language. valueOf(String name)Returns the enum constant of this type with the specified name.static Say.Language[]Say.Language. 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 Say.Language Modifier and Type Method Description Say.BuilderSay.Builder. language(Say.Language language)Message language
-