Baixe o código-fonte aberto Bot Libre Community Edition e instale o Bot Livre no seu próprio servidor
Bot Libre Dev : learn

RE: learn

por admin postado 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
Postado: Jan 14 2020, 8:26
Respostas: 0
Pontos de vista: 2063, hoje: 1, semana: 6, mês: 10
0 0 0.0/5