public class Record extends TwiML
Modifier and Type | Class and Description |
---|---|
static class |
Record.Builder |
TwiML.ToStringAdapter
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAction() |
String |
getFinishOnKey() |
Integer |
getMaxLength() |
Method |
getMethod() |
String |
getRecordingStatusCallback() |
Method |
getRecordingStatusCallbackMethod() |
Integer |
getTimeout() |
String |
getTranscribeCallback() |
Trim |
getTrim() |
int |
hashCode() |
Boolean |
isPlayBeep() |
Boolean |
isTranscribe() |
String |
toString() |
public Boolean isTranscribe()
public Boolean isPlayBeep()
public Integer getTimeout()
public Integer getMaxLength()
public String getAction()
public Method getMethod()
public String getRecordingStatusCallback()
public Method getRecordingStatusCallbackMethod()
public String getFinishOnKey()
public String getTranscribeCallback()
public Trim getTrim()
Copyright © 2016 Twilio, Inc. All Rights Reserved.