microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
860 stars 366 forks source link

ConversationLanguageUnderstandingRecognizer not shown #9683

Closed TWDevLead closed 5 months ago

TWDevLead commented 6 months ago

Describe the bug

I am following the installation guide to add CLU Support to the composer: https://github.com/Microsoft/botframework-components/tree/main/packages/Recognizers/ConversationLanguageUnderstanding/dotnet

I did install the CLU Recoginzer package image

However, the search for ConversationLanguageUnderstandingRecognizer is not successfull. image

Version

Release: 2.1.3-nightly.364675.1a93f21 as Release 2.1.2 has the certificate error

To Reproduce

See above, install the CLU Recoginzer package, start with the emty bot template and try to find the package to install.

Thank you

InfinytRam commented 5 months ago

Hi @TWDevLead,

I'm able to reproduce. Thanks for reporting this issue.

The ConversationLanguageUnderstanding readme mentions:

  1. Search for ConversationLanguageUnderstandingRecognizer and install the package.

In Composer's package manager, searching for ConversationLanguageUnderstandingRecognizer indeed does not show any packages:

Screenshot from 2024-01-17 14-43-02

#

I think this is a documentation issue in ConversationLanguageUnderstanding readme.

To install the CLU recognizer package in Composer, the ConversationLanguageUnderstanding readme documentation should mention the actual CLU package name Microsoft.Bot.Components.Recognizers.CLURecognizer instead of ConversationLanguageUnderstandingRecognizer

@TWDevLead, what do you think?