I want the user to ask a question, and then the chat bot responds in different lines but in order.
Asked
Active
Viewed 1,447 times
0
-
I don't see a question here. Explain what your problem is and what you've already tried. – Peter Monks May 30 '12 at 16:05
2 Answers
4
Depending on the interpreter, you may be able to use the line break tags that HTML uses.
<br/>
They can be used like this:
<category>
<pattern>WHO INVENTED LINUX</pattern>
<template>
Linus Torvalds, along with many open source developers, and the Free Software Foundation, GNU invented Linux.<br/>
Linus Torvalds invented Linux in 1991.
<think>
<set name="topic">computers</set>
</think>
</template>
</category>

Greg
- 2,163
- 1
- 21
- 23
0
For newer AIML versions, considering the age and still relevance of this question,
is still valid, and the use of could be combined with it in the templates.
However, be careful that these responses (utterances) will include the break-tags and other things, making context with painful to debug.

Marlon van der Linde
- 454
- 1
- 3
- 10