https://github.com/sebagomez/rochaissuesbot
🤖 Bot used to retrieve data from RochaIssues
https://github.com/sebagomez/rochaissuesbot
bot bot-framework csharp genexus
Last synced: 2 months ago
JSON representation
🤖 Bot used to retrieve data from RochaIssues
- Host: GitHub
- URL: https://github.com/sebagomez/rochaissuesbot
- Owner: sebagomez
- Created: 2016-04-14T16:20:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-27T22:33:25.000Z (almost 9 years ago)
- Last Synced: 2024-10-29T16:21:39.949Z (7 months ago)
- Topics: bot, bot-framework, csharp, genexus
- Language: C#
- Homepage:
- Size: 832 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/sebagomez/rochaissuesbot)

Genexus Issue Tracking Bot
==========================Genexus Issue tracking bot is a bot developed with the newly released [Microsoft Bot Framework](https://dev.botframework.com/).
It adds integration with Language Undertanding Intelligent Service ([Luis](http://luis.ai)) for understanding natural language queries to the internal Genexus Issue tracking system.
It has a couple of commands like **/list** and **/search** that implement the [FormBuilder](http://docs.botframework.com/sdkreference/csharp/de/d9d/class_microsoft_1_1_bot_1_1_builder_1_1_form_flow_1_1_form_builder.html) in order to guide the user through the proccess.
It is now working in [slack](http://slack.com) [facebook](http://www.facebook.com/genexusitbot) and [Telegram](http://telegram.org). It was rejected from Skype because of the icon, so I won't publish it there.
Change log:
- 27-Aug-2016 - Upgraded to bot framework v3