Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix CLU package name in readme #1550

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In order to enable the CLU recognizer, you must first install the [CLU recognize

2. Open the Package Manager in Composer.

3. Search for `ConversationLanguageUnderstandingRecognizer` and install the package.
3. Search for `Microsoft.Bot.Components.Recognizers.CLURecognizer` and install the package.

## Configuration
To enable the Conversation Language Understanding recognizer, complete the following steps:
Expand Down Expand Up @@ -44,4 +44,4 @@ Once you have configured intents and entities in your Conversation Language Unde
Since the Conversation Language Understanding recognizer is a modified version of the existing LUIS recognizer, the workflow elements work the same. In addition the respective LUIS events and telemetry are written out to the logs.

## Limitations
Please remember that Composer does not integrate natively with Conversation Language Understanding, so managing intents and entities **must** be done in the Language Studio portal instead of Composer.
Please remember that Composer does not integrate natively with Conversation Language Understanding, so managing intents and entities **must** be done in the Language Studio portal instead of Composer.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In order to enable the CLU recognizer, you must first install the [CLU recognize

2. Open the Package Manager in Composer.

3. Search for `ConversationLanguageUnderstandingRecognizer` and install the package.
3. Search for `Microsoft.Bot.Components.Recognizers.CLURecognizer` and install the package.

## Configuration
To enable the Conversation Language Understanding recognizer, complete the following steps:
Expand Down Expand Up @@ -44,4 +44,4 @@ Once you have configured intents and entities in your Conversation Language Unde
Since the Conversation Language Understanding recognizer is a modified version of the existing LUIS recognizer, the workflow elements work the same. In addition the respective LUIS events and telemetry are written out to the logs.

## Limitations
Please remember that Composer does not integrate natively with Conversation Language Understanding, so managing intents and entities **must** be done in the Language Studio portal instead of Composer.
Please remember that Composer does not integrate natively with Conversation Language Understanding, so managing intents and entities **must** be done in the Language Studio portal instead of Composer.
Loading