nerdexam
Microsoft

PL-200 · Question #12

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might h

The correct answer is A. Yes. Creating a custom variable of a numeric type in Power Virtual Agents allows the chatbot to capture a customer's age as a number, enabling conditional branching to classify them into the correct age group.

Create and manage logic and process automation

Question

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are creating Power Virtual Agents chatbot that captures demographic information about customers. The chatbot must determine the group a customer belongs to based on their age. The age groups are: 0 - 17 18 - 25 26 - 35 36 - 55 55 - 100 You need to configure the chatbot to ask a question that can be used to determine the correct age group. Solution: Create a custom Age group entity and synonyms for each individual age in the corresponding item. Use Age group for Identify in the question. Does this meet the goal?

Options

  • AYes
  • BNo

How the community answered

(23 responses)
  • A
    78% (18)
  • B
    22% (5)

Why each option

Creating a custom variable of a numeric type in Power Virtual Agents allows the chatbot to capture a customer's age as a number, enabling conditional branching to classify them into the correct age group.

AYesCorrect

Using a custom variable with a Number data type is the correct approach because it captures the customer's exact age as an integer. Condition nodes in the topic can then compare this value against each defined age range (0-17, 18-25, etc.) and route the conversation to the appropriate branch. This is the standard method in Power Virtual Agents for collecting and evaluating numeric input against multiple ranges.

BNo

No is incorrect because creating a custom numeric variable is a valid and standard method for capturing age and evaluating it against defined ranges in Power Virtual Agents.

Concept tested: Power Virtual Agents numeric variable for age range branching

Source: https://learn.microsoft.com/en-us/power-virtual-agents/authoring-variables

Topics

#Power Virtual Agents#Chatbot Configuration#Custom Entities#Natural Language Understanding

Community Discussion

No community discussion yet for this question.

Full PL-200 Practice