I am using orchestrator by Microsoft bot framework SDK. I am using LUIS and Multiturn prompt QnA maker in parallel. Iam using the samples provided https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/csharp_dotnetcore/49.qnamaker-all-features. In this sample after running a question through orchestrator and Qnamaker, the Qnamaker dialog does not end and thereby luis model can't be triggered. How to end the Qnamker dialog. and it gives the error as shown here. value:"System.ArgumentOutOfRangeException: 'turn' does not match memory scopes:[] (Parameter 'key') at Microsoft.Bot.Builder.Dialogs.Memory.DialogStateManager.set_Item(String key, Object value)
for the question asked second time.
This is the image regarding the errors observed in Emulator while testing the bot.