Implement new ScheduledAction function similar to ActionHandler
Open
hacktoberfest
help wanted
- Dominant language
- Java
- Stars
- 137
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
Implement a ScheduledAction similar to [ActionHandler](https://github.com/intuit/benten/blob/master/benten-core/src/main/java/com/intuit/benten/handlers/BentenActionHandlerFactory.java).
While ActionHandler is triggered by a conversation from the chatbot ScheduledAction will be trigged by a cron expression provided to it. For example when a class is annotated with @ScheduleAction(), it would be invoked as specified by the cron expression.
Contributor guide
Assessment
This issue has not been assessed yet.