botframework-components
botframework-components copied to clipboard
'Timeout in milliseconds' property not working in 'Multi choice with silence detection | Preview' action.
Describe the bug
Bug - 'Timeout in milliseconds' property not working in 'Multi choice with silence detection | Preview' action.
Version
Bot Framework Composer Version: 2.1.2 Electron: 8.2.4 Chrome: 80.0.3987.165 NodeJS: 12.13.0 V8: 8.0.426.27-electron.0
To Reproduce
- Create a new project.
- Install 'Microsoft.Bot.Components.Telephony' Package via Package Manager.
- Configure a step 'Multi choice with silence detection | Preview'.
- Enter 'Timeout in milliseconds' property value with value 10000.
- Valiate if the bot is timing out, i.e. After the specified amount of milliseconds, the dialog will complete with its default value if the user doesn't respond.
Expected behavior
After the specified amount of milliseconds the dialog will complete with its default value if the user doesn't respond.
Screenshots
