Uses of Class
com.twilio.twiml.voice.Prompt.Builder
-
Packages that use Prompt.Builder Package Description com.twilio.twiml.voice -
-
Uses of Prompt.Builder in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Prompt.Builder Modifier and Type Method Description Prompt.BuilderPrompt.Builder. attempts(Integer attempt)Current attempt countPrompt.BuilderPrompt.Builder. attempts(List<Integer> attempt)Current attempt countPrompt.BuilderPrompt.Builder. cardTypes(Prompt.CardType cardType)Type of the credit cardPrompt.BuilderPrompt.Builder. cardTypes(List<Prompt.CardType> cardType)Type of the credit cardPrompt.BuilderPrompt.Builder. errorTypes(Prompt.ErrorType errorType)Type of errorPrompt.BuilderPrompt.Builder. errorTypes(List<Prompt.ErrorType> errorType)Type of errorPrompt.BuilderPrompt.Builder. for_(Prompt.For for_)Name of the payment source data elementstatic Prompt.BuilderPrompt.Builder. fromXml(String xml)Create and return a<Prompt.Builder>from an XML stringPrompt.BuilderPrompt.Builder. pause(Pause pause)Add a child<Pause>elementPrompt.BuilderPrompt.Builder. play(Play play)Add a child<Play>elementPrompt.BuilderPrompt.Builder. requireMatchingInputs(Boolean requireMatchingInputs)Require customer to input requested information twice and verify matching.Prompt.BuilderPrompt.Builder. say(Say say)Add a child<Say>element
-