Uses of Class
com.twilio.twiml.voice.Gather.SpeechModel
-
Packages that use Gather.SpeechModel Package Description com.twilio.twiml.voice -
-
Uses of Gather.SpeechModel in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Gather.SpeechModel Modifier and Type Method Description Gather.SpeechModelGather. getSpeechModel()Specify the model that is best suited for your use casestatic Gather.SpeechModelGather.SpeechModel. valueOf(String name)Returns the enum constant of this type with the specified name.static Gather.SpeechModel[]Gather.SpeechModel. 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 Gather.SpeechModel Modifier and Type Method Description Gather.BuilderGather.Builder. speechModel(Gather.SpeechModel speechModel)Specify the model that is best suited for your use case
-