Amazebot / bbot

An adaptable conversation engine for building bespoke bots.
MIT License
55 stars 2 forks source link

Update Natural Language Listeners #71

Closed timkinnane closed 6 years ago

timkinnane commented 6 years ago

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

timkinnane commented 6 years ago

Fixed by ed508df