public abstract class AbstractPromptCallback extends AbstractCallback
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
prompt
Get the prompt for this callback.
|
_id, content, VALUE| Constructor and Description |
|---|
AbstractPromptCallback() |
AbstractPromptCallback(org.json.JSONObject raw,
int index) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPrompt()
Get the prompt for this callback.
|
protected void |
setAttribute(java.lang.String name,
java.lang.Object value) |
get_id, getContent, getContentAsJson, getInputValue, getInputValue, getName, setContent, setValue, setValuepublic AbstractPromptCallback(org.json.JSONObject raw,
int index)
public AbstractPromptCallback()
protected void setAttribute(java.lang.String name,
java.lang.Object value)
setAttribute in class AbstractCallbackpublic java.lang.String getPrompt()