mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
temp remove gather say logic
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user