nerdexam
Microsoft

PL-200 · Question #140

What should you add to your Power Virtual Agents to prevent escalations to a human agent when your chatbot cannot determine the user's intent?

The correct answer is A. Fallback topic. To prevent unintended escalations when a Power Virtual Agents chatbot cannot determine user intent, a fallback topic should be implemented.

Create and manage logic and process automation

Question

What should you add to your Power Virtual Agents to prevent escalations to a human agent when your chatbot cannot determine the user's intent?

Options

  • AFallback topic
  • BSystem topic
  • CVariable
  • DEntity

How the community answered

(35 responses)
  • A
    86% (30)
  • B
    9% (3)
  • C
    3% (1)
  • D
    3% (1)

Why each option

To prevent unintended escalations when a Power Virtual Agents chatbot cannot determine user intent, a fallback topic should be implemented.

AFallback topicCorrect

A fallback topic in Power Virtual Agents is specifically designed to activate when a user's input does not match any existing defined topics. This allows the bot to provide a structured response, ask for clarification, or redirect the user appropriately instead of failing or escalating.

BSystem topic

System topics are pre-built conversational elements like greetings or farewells, but they do not handle scenarios where the user's overall intent is ambiguous or unknown.

CVariable

Variables are used for storing and manipulating data during a conversation but do not by themselves determine how the bot responds to unmatchable user input.

DEntity

Entities are used to identify and extract specific types of information (e.g., dates, cities) from user utterances, not to manage situations where the general intent is unclear.

Concept tested: Power Virtual Agents fallback topic

Source: https://learn.microsoft.com/en-us/power-virtual-agents/configure-system-fallback-topic

Topics

#Power Virtual Agents#Fallback topics#Chatbot intent handling#Bot configuration

Community Discussion

No community discussion yet for this question.

Full PL-200 Practice