@tiledesk/tiledesk-tybot-connector 0.2.66 → 0.2.67
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
|
@@ -136,7 +136,7 @@ class DirReplyV2 {
|
|
|
136
136
|
await this.chatbot.addParameter("userInput", false); // control variable. On each user input is set to true
|
|
137
137
|
if (this.log) { console.log("Set userInput: false, checking...", await this.chatbot.getParameter("userInput")); }
|
|
138
138
|
setTimeout(async () => {
|
|
139
|
-
if (this.log) {
|
|
139
|
+
if (this.log) { console.log("noinput timeout triggered!"); }
|
|
140
140
|
let userInput = await this.chatbot.getParameter("userInput");
|
|
141
141
|
if (!userInput) {
|
|
142
142
|
if (this.log) { console.log("no 'userInput'. Executing noinput action:", noInputIntent); }
|