UNPKG
dashbot
Version:
alpha (9.0.0-4)
alpha-1 (0.8.6-0)
dev (10.4.4-dev1)
latest (12.1.0)
next (12.0.0)
12.1.0
12.0.0
11.2.5
11.2.3
11.2.2
11.2.1
11.2.0
11.1.0
11.0.0
10.4.5
10.4.4
10.4.4-dev1
10.4.3
10.4.2
10.4.1
10.4.0
10.3.7
10.3.6
10.3.4
10.3.3
10.3.2
10.3.1
10.3.0
10.2.4
10.2.3
10.2.2
10.2.1
10.2.0
10.1.1
9.10.0
9.9.2
9.9.1
9.9.0
9.8.0
9.7.0
9.6.0
9.5.0
9.4.6
9.4.5
9.4.4
9.4.3
9.4.2
9.4.1
9.4.0
9.3.0
9.2.0
9.1.0
9.0.0
9.0.0-4
9.0.0-3
9.0.0-2
9.0.0-1
9.0.0-0
0.8.6
0.8.6-0
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.0
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
Analytics for your bot
github.com/actionably/dashbot
actionably/dashbot
dashbot
/
src
/
__tests__
/
data
/
generic-with-intent-params-redacted.json
20 lines
•
274 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ "
text
":
"this is some text and a PHONE_NUMBER"
,
"intent"
: { "name":
"GOOD"
,
"inputs"
: [ { "name":
"phone"
,
"value"
:
"PHONE_NUMBER"
}, { "name":
"zip"
,
"value"
:
"ZIPCODE"
}, { "name":
"just_digits"
,
"value"
:
"1111"
} ] } }