You create a PVA bot.
You want the bot to check your email messages and answer the questions about local weather.
Please select two activities that can help you accomplish your goal.
Click on the arrows to vote for the correct answer
A. B. C. D. E.Correct Answers: B and E
You can extend your bot's functionality by adding actions using Power Automate and new conversational topics by adding the Bot Framework Skills.
Power Automate flows provide to a bot relatively simple one-turn actions, like local weather.
The skills can add complex and multi-turn operations, like check email messages and read selective messages.
Power Automate provides a trigger and action for PVA bots.
If a bot needs to access the local weather information, you can build an Instant flow that a bot's call would trigger.
Using the "Call an action" node within a topic, you can call the "Local Weather" trigger to start the flow.
The Power Automate returns the results of the flow execution for the bot to consume.
Currently, the Bot Framework provides out-of-the-box Calendar, Email, ToDo, and Point of interest skills.
You can add them to your bot using the PVA portal Manage/Skills menu item.
The skills are the conversational bots that automated the series of actions.
You can connect the skill bots with other bots.
All other options are incorrect.
For more information about extending the Power Virtual Agents bots, please visit the below URLs:
To accomplish the goal of checking email messages and answering questions about the local weather in a PVA bot, you would need to use two activities: Automated Flow and Skills.
Automated Flow: An automated flow is a sequence of actions that automate a process. You can use automated flows to perform actions on data in Microsoft Power Platform, such as creating a new record in Dynamics 365 or sending an email. You can use an automated flow to connect to your email account and retrieve messages, then use the weather API to get the local weather and send the answer back to the user. This way, the bot can perform the task of checking email messages and answering questions about the local weather without human intervention.
Skills: A skill is a pre-built conversational experience that can be integrated into a PVA bot. Microsoft provides pre-built skills for various tasks, such as booking a flight or ordering food. You can use a pre-built weather skill to answer questions about the local weather in your bot. This way, the bot can respond to the user's request without the need for any custom development.
Business process flow, business rules, and instant flow are not relevant activities to accomplish the goal of checking email messages and answering questions about the local weather in a PVA bot. Business process flow is used to guide users through a process, while business rules are used to enforce data validation and enforce business policies. Instant flow is used to perform an action in response to an event in real-time, but it is not necessary for the given scenario.