UNPKG
tui-greatintrinsicvalue
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.1
Demostrates the use of built in slot types
tui-greatintrinsicvalue
/
intents.json
22 lines
(21 loc)
•
360 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"intents"
:
[
{
"intent"
:
"GreetingIntent"
,
"slots"
:
[
]
}
,
{
"intent"
:
"MyFirstNameIntent"
,
"slots"
:
[
{
"name"
:
"FirstNameSlot"
,
"type"
:
"TRANSCEND.US_FIRST_NAME"
}
,
{
"name"
:
"NicknameSlot"
,
"type"
:
"TRANSCEND.US_FIRST_NAME"
}
]
}
]
}