الترقية إلى خدمة تجارية Bot Libre for Business فقط 4.99 دولار شهريا
Bot Libre Forum : prevent a chatbot from asking a question it knows

RE: prevent a chatbot from asking a question it knows

قبل admin نشر Jul 4 2018, 13:49

You can do this in a response list using something like.

Pattern("do you like *")
Template("What is {Utils.person(star)}?")
condition: star.like == null

Pattern("do you like *")
Template("Yes, I like {Utils.person(star)}.")
condition: star.like == true

Pattern("do you like *")
Template("No, I do not like {Utils.person(star)}.")
condition: star.like == false

Pattern("you like *")
Template("Okay, I will remember I like {Utils.person(star)}?")
think: star.like = true;

Pattern("you do not like *")
Template("Okay, I will remember I do not like {Utils.person(star)}?")
think: star.like = false;


معرف: 22692267
نشر: Jul 4 2018, 13:49
الردود: 0
الآراء: 1731, اليوم: 1, الأسبوع: 5, الشهر: 16
0 0 0.0/5