Skip to content

Questions

Geoff Natin edited this page Mar 2, 2017 · 6 revisions

GitBot can answer a lot of questions about GitHub, posed in a lot of ways.

Each message sent to GitBot is sent to LUIS to decode what the intent of the message is, and what are the entities in the message. For each different intent that GitBot can handle, LUIS is taught the different unique utterances that the question can be posed with. This means that whatever way you ask GitBot for your information, he'll know what you mean!

To help keep track of all of the different questions that GitBot understands, we have split them up into topics here in the Wiki.

We are always trying to teach GitBot more so that he can be as helpful as possible.
If there is a question you would like GitBot to be able to deal with you should propose it with:

  • The question
  • The unique intent name for your question
  • The entities associated with the question
  • The code to query GitHub from GitBot
  • As many unique utterances of the question as possible (Minimum of 10)
Clone this wiki locally