tui-wildthing
Version:
Explains how to use wild cards
49 lines (48 loc) • 882 B
JSON
{
"intents": [
{
"intent": "GreetingIntent",
"slots": []
},
{
"intent": "MyFirstNameIntent",
"slots": [
{
"name": "FirstNameSlot",
"type": "TRANSCEND.US_FIRST_NAME"
},
{
"name": "NicknameSlot",
"type": "TRANSCEND.US_FIRST_NAME"
}
]
},
{
"intent": "ZipCodeIntent",
"slots": [
{
"name": "ZipCodeSlot",
"type": "TRANSCEND.NUMBER"
}
]
},
{
"intent": "IceCreamFlavorIntent",
"slots": [
{
"name": "IceCreamFlavorSlot",
"type": "ICECREAMFLAVOR"
}
]
},
{
"intent": "CoffeeRoastStrengthIntent",
"slots": [
{
"name": "CoffeeRoastStrengthSlot",
"type": "COFFEEROASTSTRENGTH"
}
]
}
]
}