Amazebot / bbot

An adaptable conversation engine for building bespoke bots.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Natural Language Listeners

timkinnane opened this issue · comments

Matcher is uninformed at this stage, without actual results from adapter.
INaturalLanguageListenerOptions should be reviewed in action with some real
NLU results and listeners in a production use-case.

Should also use argv / environment variable for default confidence threshold.

see https://github.com/Amazebot/bbot/blob/master/src/lib/listen.ts#200

related #14

Fixed by ed508df