diff --git a/car.txt b/car.txt deleted file mode 100644 index 4a4bfc0..0000000 --- a/car.txt +++ /dev/null @@ -1,3 +0,0 @@ -tesla -car -stella diff --git a/intent_schema.json b/intent_schema.json index bf8fa21..d2c3d8f 100644 --- a/intent_schema.json +++ b/intent_schema.json @@ -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" } ] } diff --git a/sample_utterances.txt b/sample_utterances.txt index d5a34e9..21256d8 100644 --- a/sample_utterances.txt +++ b/sample_utterances.txt @@ -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} diff --git a/slots.txt b/slots.txt new file mode 100644 index 0000000..2a92afc --- /dev/null +++ b/slots.txt @@ -0,0 +1,8 @@ +CAR +tesla +car +stella + +LOCKSTATE +unlock +lockstate