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)