public class Record extends Verb
| Constructor and Description |
|---|
Record()
Instantiates a new record.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setAction(String url)
Sets the action.
|
void |
setFinishOnKey(String key)
Sets the finish on key.
|
void |
setMaxLength(int i)
Sets the max length.
|
void |
setMethod(String method)
Sets the method.
|
void |
setPlayBeep(boolean playBeep)
Sets the playBeep parameter
|
void |
setTimeout(int i)
Sets the timeout.
|
void |
setTranscribe(boolean transcribe)
Sets the transcribe.
|
void |
setTranscribeCallback(String url)
Sets the transcribe callback.
|
append, asURL, getAttributes, getBody, getChildren, getTag, set, toEscapedXML, toXMLpublic void setAction(String url)
url - the new actionpublic void setMethod(String method)
method - the new methodpublic void setTimeout(int i)
i - the new timeoutpublic void setFinishOnKey(String key)
key - the new finish on keypublic void setMaxLength(int i)
i - the new max lengthpublic void setTranscribe(boolean transcribe)
transcribe - the new transcribepublic void setTranscribeCallback(String url)
url - the new transcribe callbackpublic void setPlayBeep(boolean playBeep)
playBeep - Copyright © 2011 Twilio, Inc. All Rights Reserved.