Class Prompt


  • public class Prompt
    extends TwiML
    TwiML wrapper for <Prompt>
    • Method Detail

      • getFor_

        public Prompt.For getFor_()
        Name of the payment source data element
        Returns:
        Name of the payment source data element
      • getErrorTypes

        public List<Prompt.ErrorType> getErrorTypes()
        Type of error
        Returns:
        Type of error
      • getCardTypes

        public List<Prompt.CardType> getCardTypes()
        Type of the credit card
        Returns:
        Type of the credit card
      • getAttempts

        public List<Integer> getAttempts()
        Current attempt count
        Returns:
        Current attempt count
      • isRequireMatchingInputs

        public Boolean isRequireMatchingInputs()
        Require customer to input requested information twice and verify matching.
        Returns:
        Require customer to input requested information twice and verify matching.