From 017bc3910396d7aa723efaf0aa6068f7703c8fac Mon Sep 17 00:00:00 2001 From: akirilyuk Date: Thu, 3 Feb 2022 19:26:42 +0100 Subject: [PATCH] temp remove gather say logic --- lib/tasks/cognigy/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/tasks/cognigy/index.js b/lib/tasks/cognigy/index.js index 5a77e679..3d42d7e2 100644 --- a/lib/tasks/cognigy/index.js +++ b/lib/tasks/cognigy/index.js @@ -369,12 +369,13 @@ class Cognigy extends Task { //then stop execution of currently queues bot output before sending the //response to waiting bot since otherwise we could stop upcoming bot output + /* if (this.config.bargeInEnabled && this.config.skipUntilBotInput) { // clear task queue, resolve the last promise and cleanup; this.taskQueue.lastPromise.resolve(); this.taskQueue.end(); this.taskQueue.autostart = true; - } + }*/ if (this.eventHook) { this.performHook(cs, this.eventHook, {event: 'userMessage', message: utterance})