diff --git a/lib/tasks/cognigy/index.js b/lib/tasks/cognigy/index.js index 699ec262..906fd715 100644 --- a/lib/tasks/cognigy/index.js +++ b/lib/tasks/cognigy/index.js @@ -310,7 +310,7 @@ class Cognigy extends Task { this.gatherTask = this._makeGatherTask({ textPrompt: evt.data.text, urlPrompt: evt.data.url, - nextTurnConfig: evt.data.config && evt.data.config.nextTurn + turnConfig: evt.data.config && evt.data.config.nextTurn }); try { this.gatherTask.exec(cs, ep, this);