botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
71 stars 83 forks source link

How can I set idle time on a specific bot? #668

Closed CristianTC-0304 closed 5 years ago

CristianTC-0304 commented 5 years ago

Hi, I'm developing a bot and I want to set an idle timeout for a specific bot, someone knows how I can do it. Thank you very much for your help.

crixx commented 5 years ago

hi @CristianTC-0304

Botpress allows you to set a timeout for all bots in a certain botpress instance. If you need a timeout only for a certain bot, you need to implement your own solution... Please refer to the docs about timeouts for more info.

FYI: For this kind of question and answers there's a dedicated place: the botpress community forum.

Cheers Crixx

CristianTC-0304 commented 5 years ago

@crixx thank you.