You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.2 KiB

123456789101112131415161718192021222324252627282930313233343536
  1. # Dota 2 Random - Alexa Skill
  2. [![Build Status](https://travis-ci.org/binhonglee/dota2-random.svg?branch=master)](https://travis-ci.org/binhonglee/dota2-random) [![codecov](https://codecov.io/gh/binhonglee/dota2-random/branch/master/graph/badge.svg)](https://codecov.io/gh/binhonglee/dota2-random)
  3. [![Dependency Status](https://gemnasium.com/badges/github.com/binhonglee/dota2-random.svg)](https://gemnasium.com/github.com/binhonglee/dota2-random)
  4. ## Skill is now available from the [Alexa Skill Store](https://www.amazon.com/binhonglee-Dota2-Random/dp/B073W4GDLS)!
  5. ### Dependency
  6. - node.js
  7. - alexa-sdk
  8. ### Documentations
  9. #### Intents
  10. | Intents | Description |
  11. |:---------|:------------|
  12. | `LaunchRequest` | Introduction to the skill. |
  13. | `AnyRequest` | Random any hero |
  14. | `RequestIntent` | Takes in 1 ROLE_TYPES as limitation for random |
  15. | `RequestTwoIntent` | Takes in 2 ROLE_TYPES as limitation for random |
  16. | `RequestThreeIntent` | Takes in 3 ROLE_TYPES as limitation for random |
  17. | `AMAZON.HelpIntent` | Provide examples on how to use the skill |
  18. | `Stop` | Stop the skill |
  19. #### ROLE_TYPES (Custom slot)
  20. - melee
  21. - ranged
  22. - carry
  23. - support
  24. - strength
  25. - intelligence
  26. - agility
  27. - nuker
  28. - initiator
  29. - escape