@tiledesk/tiledesk-tybot-connector 0.2.94 → 0.2.95-rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -312,7 +312,7 @@ class DirectivesChatbotPlug {
|
|
|
312
312
|
}
|
|
313
313
|
else if (directive_name === Directives.DTMF_MENU) {
|
|
314
314
|
// console.log("...DirReply");
|
|
315
|
-
new
|
|
315
|
+
new DirReplyV2(context).execute(directive, async () => {
|
|
316
316
|
let next_dir = await this.nextDirective(this.directives);
|
|
317
317
|
this.process(next_dir);
|
|
318
318
|
});
|