17 lines
227 B
JSON
17 lines
227 B
JSON
|
|
{
|
||
|
|
"intents": [
|
||
|
|
{
|
||
|
|
"intent": "MyColorIsIntent",
|
||
|
|
"slots": [
|
||
|
|
{
|
||
|
|
"name": "Color",
|
||
|
|
"type": "LIST_OF_COLORS"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"intent": "WhatsMyColorIntent"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|