finos / spring-bot

Spring Boot + Java Integration for Symphony/Teams Chat Platform Bots and Apps
https://springbot.finos.org
Apache License 2.0
60 stars 35 forks source link

Help Page Buttons #283

Closed robmoffat closed 2 years ago

robmoffat commented 2 years ago

HelpPage reference in *ChatHandlerMapping,

Also buttons with parameters?? where a button has parameters, we can't add it to the help menu.

@Help annotation - that contains some of these things.

Can we have a demonstration in demo-bot of how to override the HelpController?

Also ServiceNow bot needs help ordering, so we should add something like this to @ChatRequest:

    int helpOrder()

Which is used by HelpController.

robmoffat commented 2 years ago

Related to #313