hkuhn42 / bottery

A Java based framework for chatbots
Apache License 2.0
1 stars 1 forks source link

Refactor and split Bot interface to seperate basic message handling from Dialog handling #4

Open hkuhn42 opened 5 years ago

hkuhn42 commented 5 years ago

The Bot class should be split into a CommunicationsContext handling basic message handling and a Bot class containing the Dialog management