Uses of Class
com.twilio.twiml.voice.SsmlSayAs.InterpretAs
-
Packages that use SsmlSayAs.InterpretAs Package Description com.twilio.twiml.voice -
-
Uses of SsmlSayAs.InterpretAs in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return SsmlSayAs.InterpretAs Modifier and Type Method Description SsmlSayAs.InterpretAsSsmlSayAs. getInterpretAs()Specify the type of words are spokenstatic SsmlSayAs.InterpretAsSsmlSayAs.InterpretAs. valueOf(String name)Returns the enum constant of this type with the specified name.static SsmlSayAs.InterpretAs[]SsmlSayAs.InterpretAs. 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 SsmlSayAs.InterpretAs Modifier and Type Method Description SsmlSayAs.BuilderSsmlSayAs.Builder. interpretAs(SsmlSayAs.InterpretAs interpretAs)Specify the type of words are spoken
-