Package com.twilio.twiml.voice
Class Autopilot
- java.lang.Object
-
- com.twilio.twiml.TwiML
-
- com.twilio.twiml.voice.Autopilot
-
public class Autopilot extends TwiML
TwiML wrapper for<Autopilot>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Autopilot.Builder
Create a new<Autopilot>
element
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Autopilot assistant sid or unique name-
Methods inherited from class com.twilio.twiml.TwiML
equals, getChildren, getOptions, getTagName, hashCode, toUrl, toXml
-
-
-
-
Method Detail
-
getName
public String getName()
Autopilot assistant sid or unique name- Returns:
- Autopilot assistant sid or unique name
-
-