public class RcmlRecordStep extends RcmlStep
| Constructor and Description |
|---|
RcmlRecordStep() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
getFinishOnKey() |
Integer |
getMaxLength() |
String |
getMethod() |
Boolean |
getPlayBeep() |
Integer |
getTimeout() |
Boolean |
getTranscribe() |
String |
getTranscribeCallback() |
void |
setAction(String action) |
void |
setFinishOnKey(String finishOnKey) |
void |
setMaxLength(Integer maxLength) |
void |
setMethod(String method) |
void |
setPlayBeep(Boolean playBeep) |
void |
setTimeout(Integer timeout) |
void |
setTranscribe(Boolean transcribe) |
void |
setTranscribeCallback(String transcribeCallback) |
public String getAction()
public void setAction(String action)
public String getMethod()
public void setMethod(String method)
public Integer getTimeout()
public void setTimeout(Integer timeout)
public String getFinishOnKey()
public void setFinishOnKey(String finishOnKey)
public Integer getMaxLength()
public void setMaxLength(Integer maxLength)
public Boolean getTranscribe()
public void setTranscribe(Boolean transcribe)
public String getTranscribeCallback()
public void setTranscribeCallback(String transcribeCallback)
public Boolean getPlayBeep()
public void setPlayBeep(Boolean playBeep)
Copyright © 2016. All Rights Reserved.