-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathlex-v2-book-car.json
98 lines (98 loc) · 2.13 KB
/
lex-v2-book-car.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"sessionId": "254688924456220",
"inputTranscript": "Book a car",
"interpretations": [
{
"intent": {
"slots": {
"ReturnDate": null,
"PickUpDate": null,
"DriverAge": null,
"CarType": null,
"PickUpCity": null
},
"confirmationState": "None",
"name": "BookCar",
"state": "InProgress"
},
"nluConfidence": 1
},
{
"intent": {
"slots": {
"RoomType": null,
"CheckInDate": null,
"Nights": null,
"Location": null
},
"confirmationState": "None",
"name": "BookHotel",
"state": "InProgress"
},
"nluConfidence": 0.51
},
{
"intent": {
"slots": {},
"confirmationState": "None",
"name": "FallbackIntent",
"state": "InProgress"
}
}
],
"proposedNextState": {
"intent": {
"slots": {
"ReturnDate": null,
"PickUpDate": null,
"DriverAge": null,
"CarType": null,
"PickUpCity": null
},
"confirmationState": "None",
"name": "BookCar",
"state": "InProgress"
},
"dialogAction": {
"slotToElicit": "PickUpCity",
"type": "ElicitSlot"
}
},
"responseContentType": "text/plain; charset=utf-8",
"sessionState": {
"intent": {
"slots": {
"ReturnDate": null,
"PickUpDate": null,
"DriverAge": null,
"CarType": null,
"PickUpCity": null
},
"confirmationState": "None",
"name": "BookCar",
"state": "InProgress"
},
"originatingRequestId": "d32005f8-c142-48b5-bf88-c2dd4c05a25e"
},
"messageVersion": "1.0",
"invocationSource": "DialogCodeHook",
"transcriptions": [
{
"resolvedSlots": {},
"resolvedContext": {
"intent": "BookCar"
},
"transcription": "Book a car",
"transcriptionConfidence": 1
}
],
"inputMode": "Text",
"bot": {
"aliasName": "TestBotAlias",
"aliasId": "TSTALIASID",
"name": "BookTrip",
"version": "DRAFT",
"localeId": "en_US",
"id": "CCGFLGVZMD"
}
}