Microsoft Bot Frameworkを使用して、ローカルコンピューター上にボットを構築しています。ボットは既存の言語理解モデルを使用します。 Bot Framework CLIを使用して、言語理解モデルをローカルに翻訳する必要があります。あなたは最初に何をすべきですか?
正解:B
You might want to manage the translation and localization for the language understanding content for your bot independently. Translate command in the @microsoft/bf-lu library takes advantage of the Microsoft text translation API to automatically machine translate .lu files to one or more than 60+ languages supported by the Microsoft text translation cognitive service. What is translated? An .lu file and optionally translate Comments in the lu file LU reference link texts List of .lu files under a specific path. Reference: https://github.com/microsoft/botframework-cli/blob/main/packages/luis/docs/translate-command.md