-
Notifications
You must be signed in to change notification settings - Fork 2
User Questions
Geoff Natin edited this page Mar 2, 2017
·
16 revisions
Intent Name: 'biographyOfAUser' Entities involved: 'user' GitHub Code:
var github = new GitHubClient(new ProductHeaderValue("GitBot"));
var u = await github.User.Get(user);
var gitbotResponse = ($"{user}'s bio is \"{u.Bio}\".");
What is <user>
's bio?
What is the bio of <user>
?
What's <user>
's biography?
What's the biography of <user>
?
Bio of <user>
?
<user>
's bio?
biography <user>
<user>
biography
Show me <user>
's biography
Get me the biography for <user>
Tell me what <user>
's biography is
Intent Name: 'usersName' Entities involved: 'user' GitHub Code:
var github = new GitHubClient(new ProductHeaderValue("GitBot"));
var u = await github.User.Get(user);
var gitbotResponse = ($"{user}'s bio is \"{u.Name}\".");
If you want to get in touch with us about GitBot, you can send an email to nating@tcd.ie