microsoft / botframework-components

The repository for components built by Microsoft for the Azure Bot Framework.
https://aka.ms/botdocs
MIT License
113 stars 82 forks source link

Type Microsoft.CluRecognizer not registered in factory #1563

Open Prasad-RR opened 2 months ago

Prasad-RR commented 2 months ago

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

image