-
Notifications
You must be signed in to change notification settings - Fork 5
/
intents.txt
26 lines (26 loc) · 903 Bytes
/
intents.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{"intents": [
{"intent": "GetChargeLevel"},
{"intent": "GetOdometer"},
{"intent": "GetRange"},
{"intent": "GetPluggedIn"},
{"intent": "GetTemperatures"},
{"intent": "GetLocked"},
{"intent": "GetLocation"},
{"intent": "GetStatus"},
{"intent": "GetStatusQuick"},
{"intent": "UnlockCar"},
{"intent": "LockCar"},
{"intent": "ChargeStop"},
{"intent": "ChargeStart"},
{"intent": "ChargeStartTime","slots": [{"name": "start_time","type": "AMAZON.TIME"}]},
{"intent": "ClimateStop"},
{"intent": "ClimateStart"},
{"intent": "DataPrint"},
{"intent": "DataDump"},
{"intent": "GetBirthday"},
{"intent": "MotherShipDistance"},
{"intent": "UnlockCarTime","slots": [{"name": "lock_time","type": "AMAZON.TIME"}]},
{"intent": "ChargeSet","slots": [{"name": "limit","type": "AMAZON.NUMBER"}]},
{"intent": "UnlockCarDuration","slots": [{"name": "unlock_duration","type": "AMAZON.DURATION"}]}
]
}