Junte o Bot Libre open source projeto BotLibre.org
Artificial Intelligence : remember conversation and the "chatter" from web interface

RE: remember conversation and the "chatter" from web interface

por admin postado Jan 6 2020, 15:01

The conversation user is stored on the conversation object in the bot's database as the relationship #speaker.
If the user is not connected this would normally be stored as anonymous, but you can also pass the user name and optional email address through the web API.

The chat API takes a message object that has an info variable that you can set.

var request = new XMLHttpRequest();
request.open('POST', 'https://www.botlibre.com/rest/api/chat', true);
request.setRequestHeader('Content-Type', 'application/xml');
var xml = "<chat application='12345' instance='12345' info='John Doe [email protected]'><message>hello world</message></chat>";
request.send(xml);

It will show in the chat log as "info: user email"


Id: 31323440
Postado: Jan 6 2020, 15:01
Respostas: 0
Pontos de vista: 2346, hoje: 1, semana: 1, mês: 5
0 0 0.0/5