public static interface RobotCallback.Listen
Modifier and Type | Method and Description |
---|---|
void |
onEventUserUtterance(org.json.JSONObject result)
Called when robot hears the trigger word.
|
void |
onFinishRegister()
Called when registerListenCallback() is complete.
|
void |
onResult(org.json.JSONObject result)
Called when speakAndListen() is complete.
|
void |
onRetry(org.json.JSONObject result)
Called when dialog system have retried.
|
void |
onVoiceDetect(org.json.JSONObject result)
Called when robot hears some big noise.
|
void onEventUserUtterance(org.json.JSONObject result)
void onFinishRegister()
void onResult(org.json.JSONObject result)
void onRetry(org.json.JSONObject result)
void onVoiceDetect(org.json.JSONObject result)