Lataa avoimen lähdekoodin Bot Libre Community Edition ja asenna Bot Libre omalle palvelimellesi
Self, AIML, and scripting : [AIML] How to use random?

RE: [AIML] How to use random?

tekijä admin Lähetetty 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.")}")


Id: 16867344
Lähetetty: Apr 29 2017, 16:28
Päivitetty: Apr 29 2017, 16:31
Vastaukset: 0
Näkymät: 2039, Tänään: 1, Viikolla: 1, Kuukausi: 16
0 0 0.0/5