-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathlex-v2-banking-bot.json
117 lines (117 loc) · 2.71 KB
/
lex-v2-banking-bot.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"sessionId": "254688924456798",
"inputTranscript": "01/01/1990",
"interpretations": [
{
"intent": {
"slots": {
"dateofBirth": {
"shape": "Scalar",
"value": {
"originalValue": "01/01/1990",
"resolvedValues": [
"1990-01-01"
],
"interpretedValue": "1990-01-01"
}
},
"accountType": {
"shape": "Scalar",
"value": {
"originalValue": "savings",
"resolvedValues": [
"Savings"
],
"interpretedValue": "Savings"
}
}
},
"confirmationState": "None",
"name": "CheckBalance",
"state": "ReadyForFulfillment"
},
"nluConfidence": 1
},
{
"intent": {
"slots": {},
"confirmationState": "None",
"name": "FallbackIntent",
"state": "ReadyForFulfillment"
}
},
{
"intent": {
"slots": {},
"confirmationState": "None",
"name": "Welcome",
"state": "ReadyForFulfillment"
},
"nluConfidence": 0.23
}
],
"responseContentType": "text/plain; charset=utf-8",
"sessionState": {
"sessionAttributes": {},
"activeContexts": [],
"intent": {
"slots": {
"dateofBirth": {
"shape": "Scalar",
"value": {
"originalValue": "01/01/1990",
"resolvedValues": [
"1990-01-01"
],
"interpretedValue": "1990-01-01"
}
},
"accountType": {
"shape": "Scalar",
"value": {
"originalValue": "savings",
"resolvedValues": [
"Savings"
],
"interpretedValue": "Savings"
}
}
},
"confirmationState": "None",
"name": "CheckBalance",
"state": "ReadyForFulfillment"
},
"originatingRequestId": "f57dfc3f-44be-4df9-ae72-9681fc14e67f"
},
"messageVersion": "1.0",
"invocationSource": "FulfillmentCodeHook",
"transcriptions": [
{
"transcription": "01/01/1990",
"transcriptionConfidence": 1,
"resolvedSlots": {
"dateofBirth": {
"shape": "Scalar",
"value": {
"originalValue": "01/01/1990",
"resolvedValues": [
"1990-01-01"
]
}
}
},
"resolvedContext": {
"intent": "CheckBalance"
}
}
],
"inputMode": "Text",
"bot": {
"aliasName": "TestBotAlias",
"aliasId": "TSTALIASID",
"name": "BankingBot",
"version": "DRAFT",
"localeId": "en_US",
"id": "J866BA0UQC"
}
}