Rejoignez le projet open source Bot Libre à BotLibre.org
Bot Libre Dev : learn

RE: learn

par admin posté Jan 14 2020, 8:26

In Self the learn() function takes a response category object that has a pattern and template.

For example:
learn( { pattern : "hello", template : "How are you today?" } );
or,
var response = new Object();
response.pattern = "hi";
response.template = "bye";
learn( response );


Id: 31483901
Posté: Jan 14 2020, 8:26
Réponses: 0
Vues: 2083, aujourd'hui: 2, semaine: 2, mois: 30
0 0 0.0/5