{ "description": "Human in the loop sample - HumanInLoop.yaml.", "setup": { "input": { "type": "String", "value": "Iko" }, "responses": [ { "type": "String", "value": "Adsf" }, { "type": "String", "value": "Iko" } ] }, "validation": { "conversation_count": 1, "min_action_count": 8, "min_response_count": 0, "actions": { "start": [ "set_project" ], "repeat": [ "question_confirm" ], "final": [ "sendActivity_confirmed" ] } } }