spring-bot
spring-bot copied to clipboard
Spring Boot + Java Integration for Symphony/Teams Chat Platform Bots and Apps
It would be great to have an HTML adapter, so that we could have an endpoint exposed via @ChatRequest which conforms to a HTTP request. Then, we would pass the...
Currently, this tries to create reminders for things in the past, which means it activates when people reply to things.
Even if we specify rooms list in @ChatButton, the button has appear on personal IM room. e.g.: @ChatButton(value = Hello.class, buttonText = "Config", showWhen = WorkMode.EDIT, rooms = { "test_room"...
Template generation currently inspects the fields on an object. It would make more sense if it used Jackson's approach of inspecting getters / setters. Also ideally, if the user provides...
Would be better if there were individual fields for the time components.
Not needed in view mode, since there won't be a drop-down. Or, maybe you only need the value of the selected user.
Create this - it's annoying that they aren't supported yet.
## Summary on MS Teams App Display summary on MS Teams App  ## Propose Solution : We will add new field in ``WorkResponse`` and ``MessageResponse`` as cardSummay and in...
its my first contribution just tried to fix the issue by -In the addreminder method, before adding a new reminder, ichecked if the Reminder has a valid time in the...