Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 7 roky
před 7 roky
před 7 roky
1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Dota 2 Random
  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. [<img src="./asset/badge.png" alt="Works with Amazon Alexa" style="width: 200px;"/>](https://www.amazon.com/binhonglee-Dota2-Random/dp/B073W4GDLS)
  5. ## Skill is now available at the [Alexa Skill Store](https://www.amazon.com/binhonglee-Dota2-Random/dp/B073W4GDLS)!
  6. ### Dependency
  7. - node.js
  8. - alexa-sdk
  9. ### Documentations
  10. #### Intents
  11. | Intents | Description |
  12. |:---------|:------------|
  13. | `LaunchRequest` | Introduction to the skill. |
  14. | `AnyRequest` | Random any hero |
  15. | `RequestIntent` | Takes in 1 ROLE_TYPES as limitation for random |
  16. | `RequestTwoIntent` | Takes in 2 ROLE_TYPES as limitation for random |
  17. | `RequestThreeIntent` | Takes in 3 ROLE_TYPES as limitation for random |
  18. | `AMAZON.HelpIntent` | Provide examples on how to use the skill |
  19. | `Stop` | Stop the skill |
  20. #### ROLE_TYPES (Custom slot)
  21. - melee
  22. - ranged
  23. - carry
  24. - support
  25. - strength
  26. - intelligence
  27. - agility
  28. - nuker
  29. - initiator
  30. - escape
  31. ### Credit
  32. - [test/testflow.js](./test/testflow.js) credit to [alexa/alexa-cookbook](https://github.com/alexa/alexa-cookbook/blob/master/testing/TestFlow/testflow.js)