{
	"intents": [
		{
			"intent": "ControlIntent",
			"slots": [
				{
					"name": "control",
					"type": "CONTROL"
				}
			]    
		},
		{
			"intent": "AMAZON.StopIntent"
		}
	]
}