I have few stories but if I try type something like blah
, wit.ai use hello
story.
But I need something like *wildcard
story with reply I don't understant
.
Easy with witbot and intences, but I don't know how to make in node-wit and stories.
I have few stories but if I try type something like blah
, wit.ai use hello
story.
But I need something like *wildcard
story with reply I don't understant
.
Easy with witbot and intences, but I don't know how to make in node-wit and stories.
I had a similar problem and decided to tweak wit.js code to call a special lowConfidence method if the confidence for the next step is lower than a pre-defined threshold I set.
In my wit actions file :
and later
And in wit.js