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 795 B

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