Azure Intent Recognizer | Exam AI-102: Designing and Implementing a Microsoft Azure AI Solution

Azure Intent Recognizer

Question

You plan to use intent recognizer in Azure to determine what the user wants to do.

Review the statements given below and choose two statements that are true regarding intent recognition.

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

Correct Answers: A and B.

Option A is correct because this statement is true.

When LUIS integrates with Speech service, Speech service subscription is not required to recognize intents.

Option B is correct because the statement is true.

LUIS key can be used with the Speech Service for intent recognition with Speech SDK.

Option C is incorrect because the statement is not true.

Intent recognition helps your application, tools and devices to determine what the user wants to do.

Option D is incorrect because the statement is not true.

Pattern matching is embedded in the SDK to recognize specific phrases or intents.

Reference:

To learn more about intent recognition, use the link given below:

The two statements that are true regarding intent recognition are:

B. LUIS key can be used with the Speech Service for intent recognition with Speech SDK. C. Intent recognition helps your application, not your tools, to determine what the user wants to do.

Explanation:

A. Speech service subscription is not required to recognize intents when LUIS integrates with Speech service. This statement is false. To use intent recognition with Speech service, a Speech service subscription is required. LUIS can integrate with Speech service to perform intent recognition on audio input, but the Speech service subscription is still required.

B. LUIS key can be used with the Speech Service for intent recognition with Speech SDK. This statement is true. LUIS provides a programmatic API that can be used with the Speech Service to perform intent recognition on audio input using the Speech SDK. This allows developers to easily integrate LUIS intent recognition with the Speech Service without having to write custom code.

C. Intent recognition helps your application, not your tools, to determine what the user wants to do. This statement is true. Intent recognition is a feature that helps applications understand the user's intent based on the user's input. Intent recognition does not help the tools used to develop the application to determine what the user wants to do.

D. Custom code is the only option for matching patterns to recognize specific phrases or intents. This statement is false. While custom code can be used to match patterns and recognize specific phrases or intents, LUIS provides a web-based interface for defining intents, entities, and utterances. This interface can be used to train the LUIS model to recognize specific phrases or intents without having to write custom code.