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