public class RecordStep extends Step
| Constructor and Description |
|---|
RecordStep() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFinishOnKey() |
Integer |
getMaxLength() |
String |
getMethod() |
String |
getNext() |
Boolean |
getPlayBeep() |
Integer |
getTimeout() |
Boolean |
getTranscribe() |
String |
getTranscribeCallback() |
void |
handleAction(Interpreter interpreter,
Target originTarget) |
RcmlRecordStep |
render(Interpreter interpreter) |
void |
setFinishOnKey(String finishOnKey) |
void |
setMaxLength(Integer maxLength) |
void |
setMethod(String method) |
void |
setNext(String next) |
void |
setPlayBeep(Boolean playBeep) |
void |
setTimeout(Integer timeout) |
void |
setTranscribe(Boolean transcribe) |
void |
setTranscribeCallback(String transcribeCallback) |
public String getTranscribeCallback()
public void setTranscribeCallback(String transcribeCallback)
public String getNext()
public void setNext(String next)
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 Boolean getPlayBeep()
public void setPlayBeep(Boolean playBeep)
public RcmlRecordStep render(Interpreter interpreter)
public void handleAction(Interpreter interpreter, Target originTarget) throws InterpreterException, StorageException
handleAction in class StepInterpreterExceptionStorageExceptionCopyright © 2016. All Rights Reserved.