下载的开放源 的机器人自由社会版 和安装机器人自由于你自己的服务器
Self, AIML, and scripting

[AIML] How to use random?

通过 Maddie-Myina 发布 Apr 29 2017, 9:30

I'm making a Eightball script for my AI I think people would love to use. I just don't know how you will get the random to actually work.


by admin posted Apr 29 2017, 16:28

In AIML a random tag gives one of the elements at random.

<category> <pattern>How are you?</pattern> <template> <random> <li>I'm okay.</li> <li>I am great!</li> <li>Not so good.</li> <random> </template> </category>

Bot Libre also lets you add multiple responses to a question and chooses one automatically.

How are you?
I'm okay.
I am great!
Not so good.

Self also has a random() function.

How are you?
Template("{random ("I'm okay.", "I am great!", "Not so good.")}")

Updated: Apr 29 2017, 16:31
Thumbs up: 0, thumbs down: 0, stars: 0.0
Views: 2032, today: 3, week: 8, month: 9

Id: 16866204
发布: Apr 29 2017, 9:30
答复: 1
的风景: 1722, 今天: 4, 周: 7, 一个月: 9
0 0 0.0/5