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.
Question
Options
- AYes
- BNo
How the community answered
(23 responses)- A78% (18)
- B22% (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.
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.
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
Community Discussion
No community discussion yet for this question.