From 68b2ad526af97d5b74db45840937a93c90cbbba1 Mon Sep 17 00:00:00 2001 From: akirilyuk Date: Tue, 1 Feb 2022 12:22:09 +0100 Subject: [PATCH] add test utterance --- lib/tasks/cognigy/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/cognigy/index.js b/lib/tasks/cognigy/index.js index d033e92a..b18a7ad8 100644 --- a/lib/tasks/cognigy/index.js +++ b/lib/tasks/cognigy/index.js @@ -168,7 +168,7 @@ class Cognigy extends Task { this.logger.info({}, "TEST FROM ALEX") this.logger.info({prompts: this.prompts}, 'Cognigy:_onBotFinalPing'); if (this.prompts.length) { - const text = this.prompts.join('.'); + const text = "test test test test test".concat(this.prompts.join('.')); if (text && !this.killed) { this.gatherTask = this._makeGatherTask({textPrompt: text}); this.gatherTask.exec(cs, ep, this)