-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSchedule Appointment.json
71 lines (71 loc) · 1.78 KB
/
Schedule Appointment.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"id": "bcdd08b7-2c9d-4492-9454-c931ee155a0e",
"name": "Schedule Appointment",
"auto": true,
"contexts": [],
"responses": [
{
"resetContexts": false,
"affectedContexts": [],
"parameters": [
{
"id": "413ab3f1-4658-4e34-8192-3f3242adcdd7",
"required": true,
"dataType": "@sys.time",
"name": "time",
"value": "$time",
"prompts": [
{
"lang": "en",
"value": "What time would you like to come in?"
}
],
"isList": false
},
{
"id": "4e02224c-9295-44e6-abfa-e423fa4cc6f8",
"required": true,
"dataType": "@sys.date",
"name": "date",
"value": "$date",
"prompts": [
{
"lang": "en",
"value": "What date?"
}
],
"isList": false
},
{
"id": "fe2c10df-f823-4b60-adee-3cf76379b775",
"required": true,
"dataType": "@AppointmentType",
"name": "AppointmentType",
"value": "$AppointmentType",
"prompts": [
{
"lang": "en",
"value": "What services are you looking to get? DMV offers Driver license and vehicle registration services."
}
],
"isList": false
}
],
"messages": [
{
"type": 0,
"lang": "en",
"speech": "You are all set for you $AppointmentType on $date at $time, see you then!"
}
],
"defaultResponsePlatforms": {},
"speech": []
}
],
"priority": 500000,
"webhookUsed": true,
"webhookForSlotFilling": false,
"lastUpdate": 1548121047,
"fallbackIntent": false,
"events": []
}