Reyad-Ahmmed commited on
Commit
2a4cf5b
·
verified ·
1 Parent(s): 0523aca

Create test_fleet.csv

Browse files
Files changed (1) hide show
  1. test_fleet.csv +26 -0
test_fleet.csv ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ text,label
2
+ "Add <EMPLOYEE_FIRST_NAME> - New Lenox at <POINT_ADDRESS>",CreatePointWithAddress
3
+ "I want to add a location called <POINT_NAME> at <POINT_ADDRESS>",CreatePointWithAddress
4
+ "Add a new geofence at <POINT_ADDRESS>",CreatePointWithAddress
5
+ "when do the brake pads on <TRUCK_NAME> need replacement",GetMaintenance
6
+ "New <POINT_CLASS_NAME> at <POINT_ADDRESS>",CreatePointWithAddress
7
+ "Create a new point",CreatePoint
8
+ "should I send the Truck for maintenance",GetMaintenance
9
+ "is <TRUCK_NAME> due for an oil change?",GetMaintenance
10
+ "how many more miles before <EMPLOYEE_FIRST_NAME> Truck needs maintenance",GetMaintenance
11
+ "I need to know information about two vehicles...does any part need replacement in the next month on <TRUCK_NAME> or <TRUCK_NAME>",GetMaintenanceTimeFrame
12
+ "How long did <EMPLOYEE_FIRST_NAME> stay at Khulna Office?",GetPointActivity
13
+ "What time did <EMPLOYEE_FIRST_NAME><EMPLOYEE_LAST_NAME> get to The Liner Specialists?",GetPointActivity
14
+ "Which driver goes to <POINT_NAME> the most?",GetPointActivity
15
+ "Did our <TRUCK_CLASS_NAME> stay at <POINT_NAME><POINT_CLASS_NAME><POINT_NAME><POINT_NAME> for more than an hour?",GetPointActivity
16
+ "I'm trying to figure out who are all the drivers are that make trips to <POINT_NAME>",GetPointActivity
17
+ "Have our deliveries to <POINT_NAME> been ontime for the last few weeks",GetPointActivityTimeFrame
18
+ "What are all the stops <EMPLOYEE_LAST_NAME> made yesterday and was he on time based on his schedule?",GetPointActivityTimeFrame
19
+ "Did <EMPLOYEE_LAST_NAME> speed when he was in the <EMPLOYEE_FIRST_NAME><EMPLOYEE_LAST_NAME><POINT_NAME> lot at <POINT_NAME> last week?",GetPointActivityTimeFrame
20
+ "What's our on-time rate for <POINT_NAME> for February?",GetPointActivityTimeFrame
21
+ "What's been happening at <POINT_NAME> for the last 10 days?",GetPointActivityTimeFrame
22
+ "i want to add a new geofenced location to my map",CreatePoint
23
+ "add a location to my list of deliveries",CreatePoint
24
+ "Add point for the loading docks at Peppercorn Restaurant",CreatePoint
25
+ "need to add a new point for my driver",CreatePoint
26
+ "create a new location for my fleet",CreatePoint