A B C D E F G H I L M N P Q R S T U V W 

L

language(Say.Language) - Method in class com.twilio4j.twiml.Say
The 'language' attribute allows you pick a voice with a specific language's accent and pronunciations.
languageDE() - Method in class com.twilio4j.twiml.Say
Convenience function that does the same as calling language(Language.de).
languageEN() - Method in class com.twilio4j.twiml.Say
Convenience function that does the same as calling language(Language.en).
languageES() - Method in class com.twilio4j.twiml.Say
Convenience function that does the same as calling language(Language.es).
languageFR() - Method in class com.twilio4j.twiml.Say
Convenience function that does the same as calling language(Language.fr).
Leave - Class in com.twilio4j.twiml
This class directly reflects the Leave verb documented at http://www.twilio.com/docs/api/twiml/leave All of the descriptions included in these javadoc comments come directly from the twilio website.
Leave() - Constructor for class com.twilio4j.twiml.Leave
The Leave verb transfers control of a call that is in a queue so that the caller exits the queue and execution continues with the next verb after the original Enqueue.
leave() - Method in class com.twilio4j.twism.TwilioStateMachineServlet
Inserts a Leave verb into your TwiML.
length(int) - Method in class com.twilio4j.twiml.Pause
The 'length' attribute specifies how many seconds Twilio will wait silently before continuing on.
lookupState(String) - Method in class com.twilio4j.twism.eg.CallCenterServlet
 
lookupState(String) - Method in class com.twilio4j.twism.eg.NumberGameStateMachineServlet
 
lookupState(String) - Method in class com.twilio4j.twism.eg.VoiceRecordStateMachineServlet
 
lookupState(String) - Method in class com.twilio4j.twism.TwilioStateMachineServlet
The content of the url beyond the servletPath will exactly match the name of the enumerated type.
loop(int) - Method in class com.twilio4j.twiml.Play
The 'loop' attribute specifies how many times the audio file is played.
loop(int) - Method in class com.twilio4j.twiml.Say
The 'loop' attribute specifies how many times you'd like the text repeated.
A B C D E F G H I L M N P Q R S T U V W 

Copyright © 2015 Gentomi, Inc. All Rights Reserved.