Designing and Implementing an Azure AI Solution (legacy) — Question 43
You are developing a bot for an ecommerce application. The bot will support five languages.
The bot will use Language Understanding (LUIS) to detect the language of the customer, and QnA Maker to answer common customer questions. LUIS supports all the languages.
You need to determine the minimum number of Azure resources that you must create for the bot.
You create one instance of QnA Maker and five instances Language Understanding (LUIS).
Does this action accomplish your objective?
Answer options
- A. Yes, it does
- B. No, it does not
Correct answer: B
Explanation
The correct answer is B because having one QnA Maker instance is sufficient, but creating five separate LUIS instances is unnecessary. LUIS can support multiple languages within a single instance, so you only need one instance of LUIS to handle all five languages, not five separate ones.