public class Record extends TwiML
<Record>| Modifier and Type | Class and Description |
|---|---|
static class |
Record.Builder
Create a new
<Record> element |
static class |
Record.Trim |
| Modifier and Type | Method and Description |
|---|---|
URI |
getAction()
Action URL
|
String |
getFinishOnKey()
Finish recording on key
|
Integer |
getMaxLength()
Max time to record in seconds
|
HttpMethod |
getMethod()
Action URL method
|
URI |
getRecordingStatusCallback()
Status callback URL
|
HttpMethod |
getRecordingStatusCallbackMethod()
Status callback URL method
|
Integer |
getTimeout()
Timeout to begin recording
|
URI |
getTranscribeCallback()
Transcribe callback URL
|
Record.Trim |
getTrim()
Trim the recording
|
Boolean |
isPlayBeep()
Play beep
|
Boolean |
isTranscribe()
Transcribe the recording
|
equals, getChildren, getOptions, getTagName, hashCode, toString, toUrl, toXmlpublic URI getAction()
public HttpMethod getMethod()
public Integer getTimeout()
public String getFinishOnKey()
public Integer getMaxLength()
public Boolean isPlayBeep()
public Record.Trim getTrim()
public URI getRecordingStatusCallback()
public HttpMethod getRecordingStatusCallbackMethod()
public Boolean isTranscribe()
public URI getTranscribeCallback()
Copyright © 2016 Twilio, Inc. All Rights Reserved.