Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

7 роки тому
7 роки тому
7 роки тому
7 роки тому
7 роки тому
7 роки тому
7 роки тому
7 роки тому
7 роки тому
7 роки тому
7 роки тому
7 роки тому
7 роки тому
1234567891011121314151617181920212223242526272829303132333435
  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) [![Test Coverage](https://codeclimate.com/github/binhonglee/dota2-random/badges/coverage.svg)](https://codeclimate.com/github/binhonglee/dota2-random/coverage) [![Dependency Status](https://gemnasium.com/badges/github.com/binhonglee/dota2-random.svg)](https://gemnasium.com/github.com/binhonglee/dota2-random)
  3. ## Skill is now available from the [Alexa Skill Store](https://www.amazon.com/binhonglee-Dota2-Random/dp/B073W4GDLS)!
  4. ### Dependency
  5. - node.js
  6. - alexa-sdk
  7. ### Documentations
  8. #### Intents
  9. | Intents | Description |
  10. |:---------|:------------|
  11. | `LaunchRequest` | Introduction to the skill. |
  12. | `AnyRequest` | Random any hero |
  13. | `RequestIntent` | Takes in 1 ROLE_TYPES as limitation for random |
  14. | `RequestTwoIntent` | Takes in 2 ROLE_TYPES as limitation for random |
  15. | `RequestThreeIntent` | Takes in 3 ROLE_TYPES as limitation for random |
  16. | `AMAZON.HelpIntent` | Provide examples on how to use the skill |
  17. | `Stop` | Stop the skill |
  18. #### ROLE_TYPES (Custom slot)
  19. - melee
  20. - ranged
  21. - carry
  22. - support
  23. - strength
  24. - intelligence
  25. - agility
  26. - nuker
  27. - initiator
  28. - escape