You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously in BotFramework SDK, we only support two kinds of recognizers: LuisRecognizer and RegexRecognizer, users can choose either one of them to use in their bots. And also Composer don't support configure multiple language recognizers.
Now, there are some new recognier type introduced in the new SDK package,
RecognizerSet
CrossTrainedRecognizerSet
QnAMakerRecognizer
AdaptiveCardRecognzier
Also, Composer needs to support multiple language scenarios.
Please refer to this doc to see how those recognizers work.
So here is our proposed recognizer hierarchy:
we always had a RecognizerSet includes MutiLanguageRecongizer and AdaptiveCardRecognizer on the top.
user need to config the default language, and for the locale don't a recognizer, it will fall back to default.
under each local, there is a CrossTrainedRecognizerSet, user can add multiple SingleRecognizers under this.
Previously in BotFramework SDK, we only support two kinds of recognizers: LuisRecognizer and RegexRecognizer, users can choose either one of them to use in their bots. And also Composer don't support configure multiple language recognizers.
Now, there are some new recognier type introduced in the new SDK package,
Also, Composer needs to support multiple language scenarios.
Please refer to this doc to see how those recognizers work.
So here is our proposed recognizer hierarchy:
Items to enable this new feature in Composer
The text was updated successfully, but these errors were encountered: