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