Fix CLU package name in readme (#1550)

This commit is contained in:
Ram Page 2024-01-22 12:22:25 -08:00 коммит произвёл GitHub
Родитель df165267a0
Коммит c648eea406
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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:
@ -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.

Просмотреть файл

@ -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:
@ -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.