選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
BinHong Lee f8b09f6863 Update README 7年前
asset Update README 7年前
speechAssets Added basic documentations 7年前
src Added testing modules 7年前
test Added testing modules 7年前
.gitignore Travis-CI now generate coverage with Istanbul 7年前
.travis.yml Added standard dependency 7年前
LICENSE Initial commit 7年前
README.md Update README 7年前
package.json Fixed travis test not working 7年前
submission.sh Skill submitted for verification 7年前

README.md

Dota 2 Random

Build Status codecov Dependency Status

Works with Amazon Alexa

Skill is now available at the Alexa Skill Store!

Dependency

  • node.js
  • alexa-sdk

Documentations

Intents

Intents Description
LaunchRequest Introduction to the skill.
AnyRequest Random any hero
RequestIntent Takes in 1 ROLE_TYPES as limitation for random
RequestTwoIntent Takes in 2 ROLE_TYPES as limitation for random
RequestThreeIntent Takes in 3 ROLE_TYPES as limitation for random
AMAZON.HelpIntent Provide examples on how to use the skill
Stop Stop the skill

ROLE_TYPES (Custom slot)

  • melee
  • ranged
  • carry
  • support
  • strength
  • intelligence
  • agility
  • nuker
  • initiator
  • escape

Credit