Current in the test GUI the LoadChatFileAction only loads AIML or chat log files.
The code it uses is,
getBot().awareness().getSense(TextEntry.class).loadChatFile(file, "Chat Log", "", true, false);
Change it to,
getBot().awareness().getSense(TextEntry.class).loadChatFile(file, "Response List", "", false, false);
I will update the code for the next release.
|