public class Dial extends TwiML
<Dial>| Modifier and Type | Class and Description |
|---|---|
static class |
Dial.Builder
Create a new
<Dial> element |
static class |
Dial.Record |
static class |
Dial.RecordingEvent |
static class |
Dial.RingTone |
static class |
Dial.Trim |
| Modifier and Type | Method and Description |
|---|---|
URI |
getAction()
Action URL
|
String |
getCallerId()
Caller ID to display
|
HttpMethod |
getMethod()
Action URL method
|
String |
getNumber()
Phone number to dial
|
Dial.Record |
getRecord()
Record the call
|
URI |
getRecordingStatusCallback()
Recording status callback URL
|
List<Dial.RecordingEvent> |
getRecordingStatusCallbackEvents()
Recording status callback events
|
HttpMethod |
getRecordingStatusCallbackMethod()
Recording status callback URL method
|
Dial.RingTone |
getRingTone()
Ringtone allows you to override the ringback tone that Twilio will play back
to the caller while executing the Dial
|
Integer |
getTimeLimit()
Max time length
|
Integer |
getTimeout()
Time to wait for answer
|
Dial.Trim |
getTrim()
Trim the recording
|
Boolean |
isAnswerOnBridge()
Preserve the ringing behavior of the inbound call until the Dialed call picks
up
|
Boolean |
isHangupOnStar()
Hangup call on star press
|
equals, getChildren, getOptions, getTagName, hashCode, toString, toUrl, toXmlpublic URI getAction()
public HttpMethod getMethod()
public Integer getTimeout()
public Boolean isHangupOnStar()
public Integer getTimeLimit()
public String getCallerId()
public Dial.Record getRecord()
public Dial.Trim getTrim()
public URI getRecordingStatusCallback()
public HttpMethod getRecordingStatusCallbackMethod()
public List<Dial.RecordingEvent> getRecordingStatusCallbackEvents()
public Boolean isAnswerOnBridge()
public Dial.RingTone getRingTone()
public String getNumber()
Copyright © 2016 Twilio, Inc. All Rights Reserved.