From 2e0f4b94dc892250a5128b1f62a40149404eb034 Mon Sep 17 00:00:00 2001 From: akirilyuk Date: Thu, 3 Feb 2022 18:00:27 +0100 Subject: [PATCH] add new var to gather task validation --- lib/tasks/specs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tasks/specs.json b/lib/tasks/specs.json index 81a55196..89af82de 100644 --- a/lib/tasks/specs.json +++ b/lib/tasks/specs.json @@ -108,6 +108,7 @@ "maxDigits": "number", "interDigitTimeout": "number", "timeout": "number", + "listenAfterSpeech": "boolean", "recognizer": "#recognizer", "play": "#play", "say": "#say"