We are getting an error "Type Microsoft.CluRecognizer not registered in factory" while building the project. We have a bot built on bot builder SDK along with adaptive dialogs created using composer. We need to migrate from Luisrecognizer to CLURecognizer as Luis is getting deprecated soon. We have used the Nuget package "Microsoft.Bot.Components.Recognizers.CLURecognizer" and followed the instuctions as mentioned in your document "https://github.com/microsoft/botframework-components/tree/main/packages/Recognizers/ConversationLanguageUnderstanding/dotnet". Can you please guide is resolving this issue at the earliest?
Version
Bot builder - 4.22.2
Composer- 2.1.2
To Reproduce
Create an adaptive dialog which uses CLU Recognizer and add that dialog in Bot SDK code
Describe the bug
We are getting an error "Type Microsoft.CluRecognizer not registered in factory" while building the project. We have a bot built on bot builder SDK along with adaptive dialogs created using composer. We need to migrate from Luisrecognizer to CLURecognizer as Luis is getting deprecated soon. We have used the Nuget package "Microsoft.Bot.Components.Recognizers.CLURecognizer" and followed the instuctions as mentioned in your document "https://github.com/microsoft/botframework-components/tree/main/packages/Recognizers/ConversationLanguageUnderstanding/dotnet". Can you please guide is resolving this issue at the earliest?
Version
Bot builder - 4.22.2 Composer- 2.1.2
To Reproduce
Create an adaptive dialog which uses CLU Recognizer and add that dialog in Bot SDK code
Expected behavior
Code to run without giving any error.
Screenshots