botframework-components icon indicating copy to clipboard operation
botframework-components copied to clipboard

'Timeout in milliseconds' property not working in 'Multi choice with silence detection | Preview' action.

Open vinbala opened this issue 3 years ago • 0 comments

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

  1. Create a new project.
  2. Install 'Microsoft.Bot.Components.Telephony' Package via Package Manager.
  3. Configure a step 'Multi choice with silence detection | Preview'.
  4. Enter 'Timeout in milliseconds' property value with value 10000.
  5. 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

image

vinbala avatar Aug 29 '22 21:08 vinbala