هل تعلم بوت Libre كما يوفر مجانا استضافت تتبع القضية على موقع الويب الخاص بك أو الهاتف المحمول التطبيق ؟
Artificial Intelligence : remember conversation and the "chatter" from web interface

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

قبل admin نشر 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"


معرف: 31323440
نشر: Jan 6 2020, 15:01
الردود: 0
الآراء: 2354, اليوم: 4, الأسبوع: 9, الشهر: 13
0 0 0.0/5