Versions
What CLI version are you using.
What Nodejs version are you using
What command-line interpreters are you using
What OS are you using
Describe the bug
In crosstrain CLI, when cross training qna with luis, the DeferToRecognizer_QnA_{dialogName} should change to DeferToRecognizer_QnA_{botName} as runtime is trying to find the recognizer by the suffix. Since we are generating dialog with botName as the file name prefix instead of dialogName in qnamaker:build, so for composer, it requires DeferToRecognizer_QnA_{botName}. To resolve this, we need to add one more botName parameter for luis/qnamaker: crosstrain cmd. What do you think? @vishwacsena
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
Give a clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
[bug]