chore(VBA): Draft BASIC guide added.

This commit is contained in:
Rodrigo Rodriguez 2019-02-25 09:02:23 -03:00
commit 6780551ea6

View file

@ -165,7 +165,7 @@ cannot start or end with or contain consecutive dashes and having 4 to 42 charac
GBAdminService.GB_PROMPT
}Due to this opened issue: https://github.com/Microsoft/botbuilder-tools/issues/550\n`
);
process.stdout.write(`${GBAdminService.GB_PROMPT}Please enter your LUIS Authoring Key:`);
process.stdout.write(`${GBAdminService.GB_PROMPT}Please enter your LUIS Authoring Key, get it here: https://www.luis.ai/user/settings and paste it to me:`);
authoringKey = scanf('%s').replace(/(\n|\r)+$/, '');
}