BotBuilderCommunity / botbuilder-community-dotnet

Part of the Bot Builder Community Project. Repository for extensions for the Bot Builder .NET SDK, including middleware, dialogs, recognizers and more.
MIT License
278 stars 170 forks source link

Encountering incorrect dialog invocation from the Slack adapter in Bot Framework Composer. #547

Open NeethithevanR opened 5 months ago

NeethithevanR commented 5 months ago

I use the Bot Builder Community Slack adapter in my Bot service, utilizing Bot Framework Composer v2.1.2. It is implemented using .NET (version 6.0). Currently, the issue I am facing is that when the dialog state is full, it does not respond properly. It repeats the previous dialog again and again, regardless of the option provided. This issue is specific to the Slack chatbot channel. I have also increased the depth of JSON serialization.