Fix CLU package name in readme (#1550)
This commit is contained in:
Родитель
df165267a0
Коммит
c648eea406
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче