BotFramework-Composer icon indicating copy to clipboard operation
BotFramework-Composer copied to clipboard

New Input texts generated not recognices numeric values for Max turn count

Open Karlichuss opened this issue 2 years ago • 3 comments

Describe the bug

Working with a proyect over a year of support and develop, today working for a new feature, we can't add any more user input (text) element in new dialogs. There is an error matching the type numeric values in Max turn count field.

Default values ( 0 ) works, but any more numeric value (1, 2, 3, 4, 5....) doesn´t work.

We have other dialogs with a max turn count of 5 setted and it works fine.

Version

image Running in Windows 10.

To Reproduce

Steps to reproduce the behavior:

  1. Create new dialog.
  2. Add a new User input (text)
  3. Sets the maxturncount to 5 image

image

  1. It appears the error image

Expected behavior

This value must be valid image

But this value... is valid?! image

image

Why?

Is there a bug with the UserInput(Text) element?

Screenshots

image

Karlichuss avatar Jul 13 '23 12:07 Karlichuss

Hi @Karlichuss

What version of the SDK is the bot running? Assuming this is a DOTNET bot, you can check the .csproj file and check the Microsoft.Bot.Builder packages to see what the version is.

dmvtech avatar Jul 19 '23 21:07 dmvtech

image

It's 4.16.0 version.

Karlichuss avatar Jul 24 '23 06:07 Karlichuss

Facturas_OtroPeriodo_Mes.zip

Hi @dmvtech,

For more info, here the .dialog where the MaxTurnCount doesn't work.

Karlichuss avatar Jul 26 '23 11:07 Karlichuss