public class TalkAction
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.ArrayList<org.json.JSONObject> |
history |
private android.content.Context |
mContext |
private NLG |
nlg |
private java.lang.String |
Phrase |
private boolean |
useNlg |
| Constructor and Description |
|---|
TalkAction(android.content.Context mContext) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPhrase() |
void |
loadHistory(java.util.ArrayList<org.json.JSONObject> history) |
void |
talkWithNlg() |
void |
talkWithoutNLG() |
private boolean useNlg
private NLG nlg
private android.content.Context mContext
private java.util.ArrayList<org.json.JSONObject> history
private java.lang.String Phrase