You are on page 1of 3

{

"interactionModel": {
"languageModel": {
"invocationName": "gay rage",
"modelConfiguration": {
"fallbackIntentSensitivity": {
"level": "LOW"
}
},
"intents": [
{
"name": "AMAZON.FallbackIntent",
"samples": []
},
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
"name": "AMAZON.HelpIntent",
"samples": []
},
{
"name": "AMAZON.StopIntent",
"samples": []
},
{
"name": "AMAZON.NavigateHomeIntent",
"samples": []
},
{
"name": "MoveIntent",
"slots": [
{
"name": "doorstate",
"type": "DOOR_STATES"
},
{
"name": "doornum",
"type": "DOOR_NUMBERS"
}
],
"samples": [
"MoveIntent to {doorstate} {doornum}",
"MoveIntent {doornum} to {doorstate}",
"MoveIntent {doornum} to go {doorstate}"
]
},
{
"name": "HelpIntent",
"slots": [],
"samples": [
"HelpIntent for help",
"HelpIntent to help me",
"HelpIntent what I can say",
"HelpIntent what can I say",
"HelpIntent what I can do",
"HelpIntent what can I do",
"HelpIntent what to say",
"HelpIntent for commands",
"HelpIntent for sample commands",
"HelpIntent for instructions",
"HelpIntent for sample instructions"
]
},
{
"name": "StateIntent",
"slots": [
{
"name": "doornum",
"type": "DOOR_NUMBERS"
},
{
"name": "doorstate",
"type": "DOOR_STATES"
}
],
"samples": [
"StateIntent if {doornum} is {doorstate}",
"StateIntent {doornum} if it's {doorstate}"
]
}
],
"types": [
{
"name": "DOOR_STATES",
"values": [
{
"name": {
"value": "open"
}
},
{
"name": {
"value": "opening"
}
},
{
"name": {
"value": "closed"
}
},
{
"name": {
"value": "closing"
}
},
{
"name": {
"value": "close"
}
},
{
"name": {
"value": "shut"
}
},
{
"name": {
"value": "up"
}
},
{
"name": {
"value": "down"
}
}
]
},
{
"name": "DOOR_NUMBERS",
"values": [
{
"name": {
"value": "door"
}
},
{
"name": {
"value": "door 1"
}
},
{
"name": {
"value": "door 2"
}
},
{
"name": {
"value": "door to"
}
},
{
"name": {
"value": "1"
}
},
{
"name": {
"value": "2"
}
},
{
"name": {
"value": "to"
}
}
]
}
]
}
}
}

You might also like