{
	"actions": [
		{
			"collect": {
				"name": "collect_comments",
				"questions": [
					{
						"question": "Did you have any issues with your delivery today?",
						"name": "comments",
						"type":"Twilio.YES_NO"
					}
				],
				"on_complete": {
					"redirect": {
						"uri":"https://myapp.com/collect",
						"method":"POST"
					}
				}
			}
		}
	]
}
