Skip to content

Miscellaneous Questions

Geoff Natin edited this page Mar 25, 2017 · 7 revisions

Intent Name: 'compliment'
Entities involved: none
GitHub Code:

gitbotResponse = ("Thank you!");

Unique Utterances

  • Awesome
  • Sweet
  • Cool
  • Quality Stuff
  • Coola Boola
  • That's class
  • Great stuff
  • Nice
  • Nice Job
  • Legend

Intent Name: 'greeting'
Entities involved: none
GitHub Code:

gitbotResponse = ("Hey!");

Unique Utterances

  • Hey
  • Hi
  • Hello
  • Howdy
  • Whatsup?
  • Good day
  • Good evening
  • Good morning
  • Long time no see
  • Yo
  • Sup

Intent Name: 'help'
Entities involved: none
GitHub Code:

gitbotResponse = ($"You can ask me anything about information on GitHub!  \nHere's the type of questions that you can ask me: https://github.com/nating/gitbot/wiki/Questions");

Unique Utterances

  • Help
  • Help me
  • What can you do?
  • Show me your questions
  • What do you know?
  • Give me some help
  • What are your abilities?
  • Show me the way
  • What is this?
  • How does this work?
  • What's the story here?

Intent Name: 'howAreYou'
Entities involved: none
GitHub Code:

gitbotResponse = ("I'm good thanks!");

Unique Utterances

  • How are you?
  • How's it going?
  • Are you well?
  • How do you do?
  • You good?
  • Hope you're doing alright
  • All well?
  • Status?
  • Current mood?

Intent Name: 'thankYou'
Entities involved: none
GitHub Code:

gitbotResponse = ("No problem!");

Unique Utterances

  • Thank you GitBot
  • Thanks GitBot
  • Cheers GitBot
  • Thanks a mil
  • Thanks so much
  • Thank you very much
  • Cheers
  • Ta
  • Thank you
  • Many thanks
  • I appreciate that
  • How can I ever thank you enough?
  • I am eternally grateful for what you have done for me
Clone this wiki locally