Created
April 21, 2018 01:14
-
-
Save deadlyfingers/66a4511163e399a02836bc2b420cb79b to your computer and use it in GitHub Desktop.
LUIS app for Unity to change color, size and position of gameobjects - https://github.com/Unity3dAzure/UnityWebSocketDemo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"luis_schema_version": "2.2.0", | |
"versionId": "0.1", | |
"name": "UnityLUISApp", | |
"desc": "LUIS app for Unity to change color, size and position of gameobjects.", | |
"culture": "en-us", | |
"intents": [ | |
{ | |
"name": "Change Color" | |
}, | |
{ | |
"name": "Change Position" | |
}, | |
{ | |
"name": "Change Size" | |
}, | |
{ | |
"name": "None" | |
} | |
], | |
"entities": [], | |
"composites": [], | |
"closedLists": [ | |
{ | |
"name": "Colors", | |
"subLists": [ | |
{ | |
"canonicalForm": "red", | |
"list": [ | |
"read", | |
"rent", | |
"bed", | |
"trent", | |
"lead" | |
] | |
}, | |
{ | |
"canonicalForm": "green", | |
"list": [ | |
"screen" | |
] | |
}, | |
{ | |
"canonicalForm": "blue", | |
"list": [] | |
}, | |
{ | |
"canonicalForm": "yellow", | |
"list": [] | |
}, | |
{ | |
"canonicalForm": "purple", | |
"list": [ | |
"violet" | |
] | |
}, | |
{ | |
"canonicalForm": "orange", | |
"list": [ | |
"amber", | |
"gold" | |
] | |
}, | |
{ | |
"canonicalForm": "cyan", | |
"list": [ | |
"light blue" | |
] | |
}, | |
{ | |
"canonicalForm": "white", | |
"list": [] | |
}, | |
{ | |
"canonicalForm": "black", | |
"list": [] | |
}, | |
{ | |
"canonicalForm": "grey", | |
"list": [ | |
"gray", | |
"silver" | |
] | |
}, | |
{ | |
"canonicalForm": "brown", | |
"list": [] | |
}, | |
{ | |
"canonicalForm": "magenta", | |
"list": [ | |
"pink" | |
] | |
} | |
] | |
}, | |
{ | |
"name": "Positions", | |
"subLists": [ | |
{ | |
"canonicalForm": "Up", | |
"list": [ | |
"top", | |
"upwards", | |
"high", | |
"higher", | |
"raise", | |
"elevate", | |
"lift", | |
"app" | |
] | |
}, | |
{ | |
"canonicalForm": "Down", | |
"list": [ | |
"bottom", | |
"low", | |
"lower", | |
"drop", | |
"done", | |
"dying" | |
] | |
}, | |
{ | |
"canonicalForm": "Left", | |
"list": [ | |
"anticlockwise", | |
"counterclockwise" | |
] | |
}, | |
{ | |
"canonicalForm": "Right", | |
"list": [ | |
"clockwise" | |
] | |
}, | |
{ | |
"canonicalForm": "Center", | |
"list": [ | |
"middle", | |
"centre", | |
"here", | |
"there", | |
"me", | |
"gaze", | |
"i" | |
] | |
}, | |
{ | |
"canonicalForm": "Forward", | |
"list": [ | |
"near", | |
"closer", | |
"nearer", | |
"forwards", | |
"towards", | |
"toward" | |
] | |
}, | |
{ | |
"canonicalForm": "Backward", | |
"list": [ | |
"backwards", | |
"back", | |
"far", | |
"farther", | |
"further", | |
"away" | |
] | |
} | |
] | |
}, | |
{ | |
"name": "Sizes", | |
"subLists": [ | |
{ | |
"canonicalForm": "bigger", | |
"list": [ | |
"big", | |
"larger", | |
"upscale", | |
"bigger", | |
"huge", | |
"large", | |
"upsize", | |
"up" | |
] | |
}, | |
{ | |
"canonicalForm": "smaller", | |
"list": [ | |
"small", | |
"down", | |
"shrink", | |
"tiny", | |
"downsize", | |
"down", | |
"little" | |
] | |
} | |
] | |
}, | |
{ | |
"name": "Targets", | |
"subLists": [ | |
{ | |
"canonicalForm": "box", | |
"list": [ | |
"cube", | |
"xbox", | |
"books", | |
"fox", | |
"cute" | |
] | |
}, | |
{ | |
"canonicalForm": "ball", | |
"list": [ | |
"sphere", | |
"bulb", | |
"paul", | |
"balls" | |
] | |
}, | |
{ | |
"canonicalForm": "this", | |
"list": [ | |
"that", | |
"it", | |
"target", | |
"thing", | |
"object" | |
] | |
}, | |
{ | |
"canonicalForm": "bar", | |
"list": [ | |
"cylinder", | |
"pipe", | |
"tube", | |
"paper", | |
"sunder", | |
"song", | |
"pipes", | |
"bars", | |
"power" | |
] | |
} | |
] | |
} | |
], | |
"regex_entities": [], | |
"bing_entities": [], | |
"model_features": [], | |
"regex_features": [], | |
"utterances": [ | |
{ | |
"text": "ball down", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "box big", | |
"intent": "Change Size", | |
"entities": [] | |
}, | |
{ | |
"text": "box blue", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "box down", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "box to small", | |
"intent": "Change Size", | |
"entities": [] | |
}, | |
{ | |
"text": "box up", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "bring it closer", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "bring me the box", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "center the box", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "change ball to blue", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "change ball to red", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "change box color green", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "change box color to red", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "change box to blue", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "change color to green", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "change it to blue", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "change it to green", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "change object to green", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "change that are pink.", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "change the ball to blue", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "change the box to green", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "change the box to large", | |
"intent": "Change Size", | |
"entities": [] | |
}, | |
{ | |
"text": "change the color of box to green", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "change the color of the pipe to silver", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "change the cube to blue", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "change the cube to large", | |
"intent": "Change Size", | |
"entities": [] | |
}, | |
{ | |
"text": "change the cube to red", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "change the cylinder colour to black", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "change this object to green", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "color blue", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "color the cube red", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "color this green", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "color this red", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "colour me pink", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "colour the cube red", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "drop the ball", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "fetch me the ball", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "fetch the ball", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "get me the ball", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "i want to see the ball", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "large it!", | |
"intent": "Change Size", | |
"entities": [] | |
}, | |
{ | |
"text": "let me see the box", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "lift it up", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "lower the tube", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "make it bigger", | |
"intent": "Change Size", | |
"entities": [] | |
}, | |
{ | |
"text": "make it bigger!", | |
"intent": "Change Size", | |
"entities": [] | |
}, | |
{ | |
"text": "make it large", | |
"intent": "Change Size", | |
"entities": [] | |
}, | |
{ | |
"text": "make the ball small", | |
"intent": "Change Size", | |
"entities": [] | |
}, | |
{ | |
"text": "make the box big", | |
"intent": "Change Size", | |
"entities": [] | |
}, | |
{ | |
"text": "make the box black.", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "make the box green", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "make the box light blue.", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "make the box small", | |
"intent": "Change Size", | |
"entities": [] | |
}, | |
{ | |
"text": "make the cube small", | |
"intent": "Change Size", | |
"entities": [] | |
}, | |
{ | |
"text": "move box into my gaze", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "move box left", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "move cube down", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "move down", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "move it far away", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "move it left", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "move it to me", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "move the ball center", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "move the ball left", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "move the ball middle", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "move the ball over here", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "move the ball to me", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "move the ball to the bottom", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "move the ball toward me", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "move the box backward!", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "move the box left.", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "move the box right.", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "move the cube right", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "move the object farther away", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "move the pipe left", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "move the target closer", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "move up", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "paint the bar blue", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "paint the cylinder blue", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "paint the pipe blue", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "paint the pipe purple", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "place the box on top", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "place the cube over there", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "place the object over on the left", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "position the ball at the top", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "push it down", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "put the ball on the right", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "put the box at the bottom", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "raise the ball", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "raise the sphere", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "resize the box to large", | |
"intent": "Change Size", | |
"entities": [] | |
}, | |
{ | |
"text": "scale down", | |
"intent": "Change Size", | |
"entities": [] | |
}, | |
{ | |
"text": "scale it down", | |
"intent": "Change Size", | |
"entities": [] | |
}, | |
{ | |
"text": "scale it up", | |
"intent": "Change Size", | |
"entities": [] | |
}, | |
{ | |
"text": "scale this down", | |
"intent": "Change Size", | |
"entities": [] | |
}, | |
{ | |
"text": "scale this object down", | |
"intent": "Change Size", | |
"entities": [] | |
}, | |
{ | |
"text": "scale this up", | |
"intent": "Change Size", | |
"entities": [] | |
}, | |
{ | |
"text": "scale up", | |
"intent": "Change Size", | |
"entities": [] | |
}, | |
{ | |
"text": "scale up the pipe", | |
"intent": "Change Size", | |
"entities": [] | |
}, | |
{ | |
"text": "shade the bar grey", | |
"intent": "Change Color", | |
"entities": [] | |
}, | |
{ | |
"text": "shift down", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "shift left", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "shift right", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "shift the box right", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "shift up", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "show me the box", | |
"intent": "Change Position", | |
"entities": [] | |
}, | |
{ | |
"text": "shrink it", | |
"intent": "Change Size", | |
"entities": [] | |
}, | |
{ | |
"text": "shrink the box", | |
"intent": "Change Size", | |
"entities": [] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment