ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 17 - AI-102 discussion

Report
Export

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 locally by using the Bot Framework CU.

What should you do first?

A.
From the Language Understanding portal, clone the model.
Answers
A.
From the Language Understanding portal, clone the model.
B.
Export the model as an .lu file.
Answers
B.
Export the model as an .lu file.
C.
Create a new Speech service.
Answers
C.
Create a new Speech service.
D.
Create a new Language Understanding service.
Answers
D.
Create a new Language Understanding service.
Suggested answer: B

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.

Reference:

https://github.com/microsoft/botframework-cli/blob/main/packages/luis/docs/translate-command.md

asked 26/09/2024
Henock Asmerom
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first