nerdexam
Microsoft

PL-200 · Question #264

A company sells all types of bicycles, bicycle parts, and accessories. You are creating a chatbot by using Microsoft Power Virtual Agent for the bicycle shop. When someone types in a bicycle brand…

The correct answer is A. Entities E. Slot filling. To automatically route users to the accessories section based on typed terms, Power Virtual Agents requires Entities to recognize product-related words and Slot Filling to capture those values directly from user input without additional prompts.

Create and manage logic and process automation

Question

A company sells all types of bicycles, bicycle parts, and accessories. You are creating a chatbot by using Microsoft Power Virtual Agent for the bicycle shop. When someone types in a bicycle brand name or terms such as helmet or shoes, the chatbot must automatically go to the accessories section of the chatbot. You need to configure the chatbot functions. Which two functions should you configure? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Options

  • AEntities
  • BFallback topic
  • CSmart matching
  • DSynonyms
  • ESlot filling

How the community answered

(17 responses)
  • A
    76% (13)
  • B
    6% (1)
  • C
    6% (1)
  • D
    12% (2)

Why each option

To automatically route users to the accessories section based on typed terms, Power Virtual Agents requires Entities to recognize product-related words and Slot Filling to capture those values directly from user input without additional prompts.

AEntitiesCorrect

Custom entities in Power Virtual Agents allow you to define lists of specific terms - such as bicycle brand names, 'helmet', and 'shoes' - so the bot can recognize and categorize them as accessory-related input. Once configured, the bot can use entity matches to trigger the correct topic routing, enabling automatic navigation to the accessories section.

BFallback topic

The fallback topic is invoked only when no topic matches the user's input, making it unsuitable for proactively routing recognized accessory terms.

CSmart matching

Smart matching is an automatic, non-configurable feature that handles fuzzy recognition of trigger phrases and cannot be directly set up to route based on entity terms.

DSynonyms

Synonyms are a sub-feature within entity configuration used to broaden term recognition, but configuring synonyms alone does not provide the slot-filling mechanism needed to automatically route the conversation flow.

ESlot fillingCorrect

Slot filling enables the chatbot to automatically extract recognized entity values from the user's initial message and use them to satisfy required conversation variables, so the bot can immediately route to the accessories section without asking a follow-up question to clarify what the user wants.

Concept tested: Power Virtual Agents entities and slot filling routing

Source: https://learn.microsoft.com/en-us/microsoft-copilot-studio/advanced-entities-slot-filling

Topics

#Power Virtual Agents#Chatbot Configuration#Entities#Slot Filling

Community Discussion

No community discussion yet for this question.

Full PL-200 Practice