Closed PaulSonOfLars closed 1 year ago
Implement a new type of Handler, the conversation handler, which allows for storing the state of each user and emulate a "conversation" with them.
Handler
This does not add support for conversation timeouts or forced linear processing of conversation events; those can be added in the future, when needed.
What
Implement a new type of
Handler
, the conversation handler, which allows for storing the state of each user and emulate a "conversation" with them.This does not add support for conversation timeouts or forced linear processing of conversation events; those can be added in the future, when needed.
Impact