botman/internals

Add a "initialize" method to the Conversation class

johntiror opened this issue · 0 comments

If a developer wants to quick access some fields in a conversation, he can extends the Conversation class and add those fields. In case those fields needs to be instantiated, the extended class can implements a "initialize" method that will be executed before the run method.