DEV Community

Discussion on: Slot Filling Chatbots

Collapse
 
mcsh profile image
Sajjad Heydari

State-based bots could use NLU, but don't have to. They could be entirely keyword based, rely on exact answers or on fixed keys, like Woebot.

When I first started programming, we used to write "menu"s that were like this, enter 1 to do foo, enter 2 to do bar. You can do that with words too, and rely on the user to input things correctly.