PL-200 · Question #162
You are creating a Power Virtual Agents chatbot for a Microsoft Power Platform power apps portal app. The job title of users must be stored automatically when users log in. The job title must always…
The correct answer is B. variable. Variables are the correct mechanism. In Power Virtual Agents, when a user authenticates, authentication system variables (such as User.DisplayName, User.Id, and extended profile properties) are automatically populated. You can create or use a variable to capture and persist the…
Question
Options
- Aartificial intelligence
- Bvariable
- Centity
- Dtopic
How the community answered
(23 responses)- B87% (20)
- C9% (2)
- D4% (1)
Explanation
Variables are the correct mechanism. In Power Virtual Agents, when a user authenticates, authentication system variables (such as User.DisplayName, User.Id, and extended profile properties) are automatically populated. You can create or use a variable to capture and persist the job title value retrieved from the user's authentication profile (e.g., from Azure AD via the built-in authentication). Once stored in a variable, it persists for the lifetime of the conversation and can be referenced in any topic or message. Option A (AI) is a feature for intent recognition and summarization, not profile attribute storage. Option C (Entity) is used to extract and classify information from user utterances, not to hold authenticated user properties. Option D (Topic) is a conversation flow container, not a data-storage mechanism.
Topics
Community Discussion
No community discussion yet for this question.