{ "intents":[ { "intent":"Go", "slots":[ { "name":"Direction", "type":"LITERAL" }, { "name":"Distance", "type":"NUMBER" }, { "name":"Unit", "type":"LITERAL" } ] }, { "intent":"Command", "slots":[ { "name":"Task", "type":"LITERAL" } ] }, { "intent":"Turn", "slots":[ { "name":"Direction", "type":"LITERAL" }, { "name":"Rotation", "type":"NUMBER" } ] } ] }