Type for binding topics to random response from a list of response
manthanhd opened this issue · comments
This will help make things like maintaining entropy of responses easier.
Implementation might look like:
var randomResponseSkill = new RandomResponseSkill('hello', ['hi', 'hello', 'hola', 'hey there!']);
bot.addSkill(randomResponseSkill);