sanyaade-speechtools / aiml-en-us-pandorabots-callmom

Automatically exported from code.google.com/p/aiml-en-us-pandorabots-callmom
0 stars 0 forks source link

Switching bots takes an extra round of input/output #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Say "switch me over to captain kirk"
2. Bot will respond with "Goodbye from <existing bot>..."
3. Say "who are you?"
4. Bot will respond with whatever the original bot would say
5. Say "who are you?"
6. Captain Kirk will now respond with whatever he would say

What is the expected output? What do you see instead?
This shouldn't take the extra step

Please use labels and text to provide additional information.

Original issue reported on code.google.com by adeen...@gmail.com on 27 Jan 2012 at 11:07

GoogleCodeExporter commented 9 years ago
It's not really after an extra dialog exchange.  It's just "after a long time" 
(i.e. you can also just wait 30 seconds).  I am unsure but it seems like the 
thread for setbot is just slow for some reason.

Original comment by drwall...@gmail.com on 27 Jan 2012 at 3:12

GoogleCodeExporter commented 9 years ago
Added a Listener to QuickPreferences so that the bot switch is instantaneous.

Original comment by drwall...@gmail.com on 24 Apr 2012 at 2:36