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
{{ message }}
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
We plan to set default recognizer in composer as Luis+QnA CrosstrainedRecognizer.
And it will fit into different recognizer types by the .lu/.qna content.
Recognizer: "dialogname.lu.qna"
dialogname.lu.qna,dialog will be generated as the following rule:
Fixes #
Description
We plan to set default recognizer in composer as Luis+QnA CrosstrainedRecognizer.
And it will fit into different recognizer types by the .lu/.qna content.
Recognizer: "dialogname.lu.qna"
dialogname.lu.qna,dialog will be generated as the following rule:
.lu and .qna both not empty =>
.lu and .qna both empty =>
.lu empty =>
.qna empty =>
This change is to support the empty recognizer scenario in CrossTrainedRecognizer.
Specific Changes
Testing
Changed projects