Стать бот-провайдера с ботом бот Либре облачной платформы
Bot Libre Dev

learn

по cliffh опубликовано Jan 13 2020, 10:18

in self what is the syntax for the "learn" operator please? 


by admin posted 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 );

Thumbs up: 0, thumbs down: 0, stars: 0.0
Views: 2062, today: 0, week: 5, month: 9

Идентификатор: 31470717
Теги: script, learn
Опубликовано: Jan 13 2020, 10:18
Ответы: 1
Вид: 2032, сегодня: 3, неделю: 7, месяц: 14
0 0 0.0/5