@@ -15,7 +15,7 @@ $ npm install -g @microsoft/botframework-cli
1515$ bf COMMAND
1616running command...
1717$ bf (-v| --version| version)
18- @microsoft/botframework-cli/1.0.0 darwin-x64 node-v12.1.0
18+ @microsoft/botframework-cli/1.0.0 darwin-x64 node-v12.3.1
1919$ bf --help [COMMAND]
2020USAGE
2121 $ bf COMMAND
@@ -250,9 +250,9 @@ USAGE
250250 $ bf luis:generate:cs
251251
252252OPTIONS
253- --className=className Name of the class
254- --force If --in flag provided with the path to an existing file, overwrites it
255- --in=in Source .lu file(s) or LUIS application JSON model
253+ --className=className Name of the autogenerated class (can include namespace)
254+ --force If --in flag is provided with the path to an existing file, overwrites that file
255+ --in=in Path to the file containing the LUIS application JSON model
256256 --out=out Output file or folder name. If not specified stdout will be used as output
257257```
258258
@@ -267,9 +267,9 @@ USAGE
267267 $ bf luis:generate:ts
268268
269269OPTIONS
270- --className=className Name of the class
271- --force If --in flag provided with the path to an existing file, overwrites it
272- --in=in Source .lu file(s) or LUIS application JSON model
270+ --className=className Name of the autogenerated class
271+ --force If --in flag is provided with the path to an existing file, overwrites that file
272+ --in=in Path to the file containing the LUIS application JSON model
273273 --out=out Output file or folder name. If not specified stdout will be used as output
274274```
275275
@@ -289,8 +289,8 @@ OPTIONS
289289 --recurse Indicates if sub-folders need to be considered to file .lu file(s)
290290 --srclang=srclang Source lang code. Auto detect if missing.
291291 --tgtlang=tgtlang (required) Comma separated list of target languages.
292- --translate_comments=translate_comments When set, machine translate comments found in .lu or .qna file
293- --translate_link_text=translate_link_text When set, machine translate link description in .lu or .qna file
292+ --translate_comments=translate_comments When set, machine translate comments found in .lu file
293+ --translate_link_text=translate_link_text When set, machine translate link description in .lu file
294294 --translatekey=translatekey (required) Machine translation endpoint key.
295295```
296296
@@ -442,7 +442,7 @@ OPTIONS
442442 --name=name Name of the QnA KB
443443 --out=out Output file or folder name. If not specified stdout will be used as output
444444 --recurse Indicates if sub-folders need to be considered to file .qna file(s)
445- --sort When set, questions collections are alphabetically sorted are alphabetically sorted in .lu files
445+ --sort When set, questions collections are alphabetically sorted are alphabetically sorted in .qna files
446446```
447447
448448_ See code: [ @microsoft/bf-luis ] ( https://github.com/microsoft/botframework-cli/blob/v1.0.0/src/commands/qnamaker/convert.ts ) _
@@ -839,20 +839,20 @@ _See code: [@microsoft/bf-qnamaker](https://github.com/microsoft/botframework-cl
839839
840840## ` bf qnamaker:translate `
841841
842- Translate given LUIS application JSON model or lu file(s)
842+ Translate given QnA maker application JSON model or qna file(s)
843843
844844```
845845USAGE
846846 $ bf qnamaker:translate
847847
848848OPTIONS
849- --in=in (required) Source .lu file(s) or LUIS application JSON model
849+ --in=in (required) Source .qna file(s) or QnA maker application JSON model
850850 --out=out Output folder name. If not specified stdout will be used as output
851- --recurse Indicates if sub-folders need to be considered to file .lu file(s)
851+ --recurse Indicates if sub-folders need to be considered to find .qna file(s)
852852 --srclang=srclang Source lang code. Auto detect if missing.
853853 --tgtlang=tgtlang (required) Comma separated list of target languages.
854- --translate_comments=translate_comments When set, machine translate comments found in .lu or . qna file
855- --translate_link_text=translate_link_text When set, machine translate link description in .lu or . qna file
854+ --translate_comments=translate_comments When set, machine translate comments found in .qna file
855+ --translate_link_text=translate_link_text When set, machine translate link description in .qna file
856856 --translatekey=translatekey (required) Machine translation endpoint key.
857857```
858858
0 commit comments