microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
860 stars 366 forks source link

Can't set "Max turn count" to 0 #9739

Open andreas-sommer-engenious opened 2 months ago

andreas-sommer-engenious commented 2 months ago

Hi, I have the following error or maybe it is a feature. When I set the "Max turn count" value in an "User Input Choice" to 1, then after 120 seconds my bot in the webchat automatically answers the question. Maybe it is an idle timeout, I don't know. Does anybody know is this a bug or a feature. I'm aksing that, because I want to disable this automatism. I tried to set this value to 0, but it doesn't work. Can I set the timeout manually to another value? 2024-04-30 16_05_30-Bot Framework Composer (v2 1 2) 2024-04-30 16_05_50-Bot Framework Composer (v2 1 2)

andreas-sommer-engenious commented 2 months ago

Sorry, I forgot one detail. It always happens with the directline extension and not in the emulator.