mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
bugfix dialogflow no input event
This commit is contained in:
@@ -18,7 +18,7 @@ class Dialogflow extends Task {
|
||||
this.welcomeEventParams = this.data.welcomeEventParams;
|
||||
}
|
||||
this.noInputTimeout = this.data.noInputTimeout || 20000;
|
||||
this.noInputEvent = this.data.noInputTimeout || 'actions_intent_NO_INPUT';
|
||||
this.noInputEvent = this.data.noInputEvent || 'actions_intent_NO_INPUT';
|
||||
this.passDtmfAsInputText = this.passDtmfAsInputText === true;
|
||||
if (this.data.eventHook) this.eventHook = this.data.eventHook;
|
||||
if (this.eventHook && Array.isArray(this.data.events)) {
|
||||
|
||||
Reference in New Issue
Block a user