你知道机器人的自由,也提供免费的托管 问题跟踪 用于自己的网站或移动应用程序?
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;
}


Id: 26024701
发布: Feb 26 2019, 10:24
更新: Feb 26 2019, 10:26
答复: 0
的风景: 2332, 今天: 3, 周: 6, 一个月: 23
0 0 0.0/5