Skip to content

Commit

Permalink
Update supporting files
Browse files Browse the repository at this point in the history
  • Loading branch information
ishan11 committed Jul 4, 2017
1 parent 837b362 commit b41b237
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 9 deletions.
3 changes: 0 additions & 3 deletions car.txt

This file was deleted.

19 changes: 14 additions & 5 deletions intent_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,26 @@
"intent": "GetCharging",
"slots": [
{
"name":"car",
"type":"CAR"
"name": "car",
"type": "CAR"
}
]
},
{
"intent": "HonkHorn",
"slots":[
"slots": [
{
"name": "car",
"type": "CAR"
}
]
},
{
"intent": "Lock_Unlock",
"slots": [
{
"name":"car",
"type":"CAR"
"name": "lockstate",
"type": "LOCKSTATE"
}
]
}
Expand Down
3 changes: 2 additions & 1 deletion sample_utterances.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
GetCharging what is the charging status of my {car}
HonkHorn to honk {car}'s horn
HonkHorn to honk {car} horn
Lock_Unlock to {lockstate}
8 changes: 8 additions & 0 deletions slots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
CAR
tesla
car
stella

LOCKSTATE
unlock
lockstate

0 comments on commit b41b237

Please sign in to comment.