Browse Source

Added basic documentations

pull/1/head
BinHong Lee 7 years ago
parent
commit
f9aefe91a1
2 changed files with 35 additions and 0 deletions
  1. +33
    -0
      README.md
  2. +2
    -0
      speechAssets/Utterances.txt

+ 33
- 0
README.md View File

@@ -0,0 +1,33 @@
# Dota 2 Random - Alexa Skill

Skill is now available from the [Alexa Skill Store](https://www.amazon.com/binhonglee-Dota2-Random/dp/B073W4GDLS)!

#### Dependency
- alexa-sdk
- node.js

## 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

+ 2
- 0
speechAssets/Utterances.txt View File

@@ -18,4 +18,6 @@ RequestThreeIntent random another {RoleOne} {RoleTwo} {RoleThree}
RequestThreeIntent random another {RoleOne} {RoleTwo} {RoleThree} hero RequestThreeIntent random another {RoleOne} {RoleTwo} {RoleThree} hero
AnyRequest random any hero AnyRequest random any hero
AnyRequest random any other hero AnyRequest random any other hero
AnyRequest random another
AnyRequest random another hero
Stop stop Stop stop

Loading…
Cancel
Save