Closed
Description
Port this change from botbuilder-dotnet/master branch:
microsoft/botbuilder-dotnet#4382
Refactored SkillDialog to call the factory only during begin and store the generated conversationId in state to be used in subsequent calls to the skill.
Needs parity for python and JS
Fixes #4374
Changed projects
- Microsoft.Bot.Builder.Dialogs
- Microsoft.Bot.Builder.Dialogs.Tests