public class Dial extends TwiML
Modifier and Type | Class and Description |
---|---|
static class |
Dial.Builder |
static class |
Dial.Record |
static class |
Dial.Trim |
TwiML.ToStringAdapter
Modifier and Type | Method and Description |
---|---|
String |
getAction() |
String |
getCallerId() |
List<Client> |
getClients() |
Conference |
getConference() |
Method |
getMethod() |
List<Number> |
getNumbers() |
Queue |
getQueue() |
Dial.Record |
getRecord() |
Sip |
getSip() |
Integer |
getTimeLimit() |
Integer |
getTimeout() |
Dial.Trim |
getTrim() |
Boolean |
isHangupOnStar() |
public Boolean isHangupOnStar()
public Integer getTimeout()
public Integer getTimeLimit()
public String getAction()
public Method getMethod()
public String getCallerId()
public Dial.Record getRecord()
public Dial.Trim getTrim()
public Conference getConference()
public Queue getQueue()
public Sip getSip()
Copyright © 2011 Twilio, Inc. All Rights Reserved.