user1m / botbuilder-timeout

Module for Microsoft Bot Framework to enable your bot to prompt the user if user is inactive and ultimately end the conversation if no user activity after a defined period of time.
MIT License
7 stars 6 forks source link

Any botbuilder-timeout module for MS Bot SDK v4 using Node js #5

Open vaatsalya opened 5 years ago

vaatsalya commented 5 years ago

Hi Team, I am developing a bot using SDK v4 using node js and trying to implement the 'timeout' functionality using this npm module but i am getting the error saying 'use' is undefined in 'this.bot.use' which might have been changed in SDK v4. Is there any module that works for sdk v4?

vpysaran commented 5 years ago

I am also facing same issue. Azure chat bot SDK v4 with user ideal time 30 sec need to send "are you there?" message.

tejasvinishelar commented 5 years ago

Yes I am using the same SDK v4 using nodejs and getting "TypeError: this.bot.use is not a function at Timeout.init" error for timeout. Is there any update on this?

phongnm-0776 commented 4 years ago

I am also facing same issue. Please update or release new version of botbuilder-timeout, i really need it. Thanks you so much