This website requires JavaScript.
Explore
Help
Sign In
Mathias
/
AutoResponder-Integration
Archived
Watch
1
Star
0
Fork
0
You've already forked AutoResponder-Integration
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
This repository has been archived on
2025-03-19
. You can view files and clone it, but cannot push or open issues or pull requests.
AutoResponder-Integration
/
src
/
main
/
java
/
de
/
gnmyt
/
autoresponder
History
mathias
d1dd4a5ab8
Created the NotFoundHandler to handle messages that could not be replied (for example not finished listeners)
2021-10-02 17:22:12 +02:00
..
authentication
Created the ResponderAuthentication to authenticate a specific request
2021-10-01 18:52:32 +02:00
commands
Created the execute method in the ResponderGroupCommand
2021-10-02 01:45:43 +02:00
entities
Created the GroupCommandData entity
2021-10-02 00:57:14 +02:00
event
Integrated the reply method into the ResponderEvent
2021-10-02 00:18:56 +02:00
exceptions
Created the ResponderException
2021-10-01 18:11:07 +02:00
handler
Created the NotFoundHandler to handle messages that could not be replied (for example not finished listeners)
2021-10-02 17:22:12 +02:00
http
Added the responseSent variable to the HttpResponseController to check if the response has already been sent to prevent errors
2021-10-02 17:11:28 +02:00
integration
Created the DialogflowIntegration to get messages directly from the dialogflow api
2021-10-02 17:09:10 +02:00
SimpleAutoResponder.java
SimpleAutoResponder#registerListener now returns itself
2021-10-02 00:59:59 +02:00