botbuilder-python
botbuilder-python copied to clipboard
port: Default DialogSet to case insensitive comparison (#6077)
The changes in Default DialogSet to case insensitive comparison (#6077) may need to be ported to maintain parity with microsoft/botbuilder-dotnet.
Fixes #4870Note: this is potentially a breaking change. Bots with dialog ids differing in only upper and lower case will no longer recognize them as different dialogs.
Please review and, if necessary, port the changes.