Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add content for 'help' command. #39

Merged
merged 1 commit into from
Jul 26, 2017
Merged

Add content for 'help' command. #39

merged 1 commit into from
Jul 26, 2017

Conversation

vreddi
Copy link
Owner

@vreddi vreddi commented Jul 26, 2017

No description provided.

@vreddi vreddi added this to the MSHack17 Demo milestone Jul 26, 2017
@vreddi vreddi added the task label Jul 26, 2017
//session.send('Welcome to DotABot!');
session.send('Sorry, I did not understand \'%s\'. Type \'help\' if you need assistance.', session.message.text);

if(session.message.text.toLowerCase() === "help") {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have a look at Handle user actions - the bot framework has some built in support for recognizing "interrupts" like this

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Filed a bug to improve this. Would include that alter, but merging it as is for now.

@vreddi vreddi merged commit 91f97c9 into develop Jul 26, 2017
@vreddi vreddi deleted the vreddi/GetHelp branch July 26, 2017 17:51
vreddi added a commit that referenced this pull request Jul 27, 2017
* Add Gosu Gamers API, MatchFactory and Match Model (#26)

* reformat hero metadata to be human readable and editable. Remove redundant file

* update some aliases

* update aliases for heroes

* add aliases for all heroes

* fix missing comma in json. update hero entries

* Use built-in LUIS intents; use hero data from repository

* Fix missing ' in HeroDialog

* Change default image to not have a hostname

It should just fail to resolve. If we choose to, we can replace it with
a real image later.

* add skill link to hero metadata

* fix furion scraping. remove ' from url

* fix for heroes with apostrophes

* change skills to have id and localized name

* Adding Schedule card with parsing team logos (#35)

* Initial changes for skills intent

* Add stat gains for heroes

* Add working skill dialog

* begin skill card

* remove tabs

* begin on card

* flesh out skillcard

* skillcard working

* skill card won't show mana or cooldown if not present

* cleaned up skill card

* Add content for 'help' command. (#39)

* add hero roles to card

* add talents and roles to hero cards

* formatting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants