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
@vishwacsena , in composer, the expected behavior is if qna file is empty, user don't need to input a qna authoring key, and the qnabuild should not be called. but we found that the crosstrain did generate a non-empty qna file.
The expected logic should be:
only of lu and qna file both exist, it trains cross the qna and lu.
if lu is empty, just keep qna, and don't do the crosstrain.
if qna is empty, just crosstrain luis, don't write anything into qna file.
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]