mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-22 01:27:55 +00:00
typo
This commit is contained in:
@@ -238,8 +238,8 @@ class Cognigy extends Task {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_onTimeout(cs, ep, evt) {
|
_onTimeout(cs, ep, evt) {
|
||||||
this.logger.debug({evt}, 'Rasa: got timeout');
|
this.logger.debug({evt}, 'Cognigy: got timeout');
|
||||||
if (!this.hasReportedFinalAction) this.performAction({rasaResult: 'timeout'});
|
if (!this.hasReportedFinalAction) this.performAction({cognigyResult: 'timeout'});
|
||||||
this.reportedFinalAction = true;
|
this.reportedFinalAction = true;
|
||||||
this.notifyTaskDone();
|
this.notifyTaskDone();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user