Uses of Class
com.twilio.twiml.voice.Say
-
Packages that use Say Package Description com.twilio.twiml com.twilio.twiml.voice -
-
Uses of Say in com.twilio.twiml
Methods in com.twilio.twiml with parameters of type Say Modifier and Type Method Description VoiceResponse.BuilderVoiceResponse.Builder. say(Say say)Add a child<Say>element -
Uses of Say in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Say Modifier and Type Method Description SaySay.Builder. build()Create and return resulting<Say>elementMethods in com.twilio.twiml.voice with parameters of type Say Modifier and Type Method Description Gather.BuilderGather.Builder. say(Say say)Add a child<Say>elementPrompt.BuilderPrompt.Builder. say(Say say)Add a child<Say>element
-