RE: How to create a continuous conversation? |
There are several ways to define conversations for your bot.
https://www.botlibre.com/forum-post?id=21832117 If you want a less structured method using topics is a good option. Topics can be isolated/exclusive as well. You can also have topic specific default responses. You can also use the response "previous" (AIML "that") to defined context specific response. The previous response is the bot's previous response. You can also have previous specific default responses. See, https://www.botlibre.com/forum-post?id=483549 You can also do more advanced things through code using "think", "condition", and Self scripts. |
|
|
|