الترقية إلى Diamond الخدمة سوف نبني لكم التطبيق الخاص بك الروبوت أو دائرة الرقابة الداخلية
Bot Libre Forum : how to make a chatbot that gets annoyed at a user

RE: how to make a chatbot that gets annoyed at a user

قبل admin نشر Feb 26 2019, 10:24

You can do this with a Self script. You would need to check the difference between the current and previous input.

Something like,

if (Date.difference(conversation.input[-2].getCreationDate(), input.getCreationDate(), #millisecond) > 5000) {
    return "I'm glad your back, I thought you left.";
} else {
    return null;
}


معرف: 26024701
نشر: Feb 26 2019, 10:24
تحديث: Feb 26 2019, 10:26
الردود: 0
الآراء: 2348, اليوم: 3, الأسبوع: 3, الشهر: 39
0 0 0.0/5