ダウンロード ボットブラデスクトップは、ご自身の個人ボットのためのPCまたはMac
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: 2026, today: 1, week: 2, month: 3

Id: 16866204
掲載: Apr 29 2017, 9:30
回答: 1
眺望: 1717, 今日の: 2, 週間: 2, 月: 4
0 0 0.0/5