AI-102 · Question #18
You are building a bot on a local computer by using the Microsoft Bot Framework. The bot will use an existing Language Understanding model. You need to translate the Language Understanding model…
The correct answer is B. Export the model as an .lu file. 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…
Question
Options
- AFrom the Language Understanding portal, clone the model.
- BExport the model as an .lu file.
- CCreate a new Speech service.
- DCreate a new Language Understanding service.
How the community answered
(51 responses)- A8% (4)
- B76% (39)
- C4% (2)
- D12% (6)
Explanation
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. https://github.com/microsoft/botframework-cli/blob/main/packages/luis/docs/translate-command.m
Topics
Community Discussion
No community discussion yet for this question.