<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Power Virtual Agents Archives | KAISPE</title>
	<atom:link href="https://www.kaispe.com/tag/power-virtual-agents/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kaispe.com/tag/power-virtual-agents/</link>
	<description>Your Digital Transformation Partner</description>
	<lastBuildDate>Sat, 12 Nov 2022 04:43:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>

<image>
	<url>https://www.kaispe.com/wp-content/uploads/2022/01/cropped-k-32x32.png</url>
	<title>Power Virtual Agents Archives | KAISPE</title>
	<link>https://www.kaispe.com/tag/power-virtual-agents/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Automation Through Conversation with Power Automate and Power Virtual Agents</title>
		<link>https://www.kaispe.com/automation-through-conversation-with-power-automate-and-power-virtual-agents/</link>
		
		<dc:creator><![CDATA[jdkaispe]]></dc:creator>
		<pubDate>Thu, 17 Feb 2022 03:29:17 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[power automate]]></category>
		<category><![CDATA[Power Virtual Agents]]></category>
		<guid isPermaLink="false">https://www.kaispe.com/?p=2709</guid>

					<description><![CDATA[<p>In this blog I will teach you how you can use Power Virtual Agents and in that, we will learn how to create a bot, create topics for conversation and [&#8230;]</p>
<p>The post <a href="https://www.kaispe.com/automation-through-conversation-with-power-automate-and-power-virtual-agents/">Automation Through Conversation with Power Automate and Power Virtual Agents</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In this blog I will teach you how you can use Power Virtual Agents and in that, we will learn how to create a bot, create topics for conversation and more interesting things like entities, variables, topic-redirects and publish your bot to a demo website for fun. <strong>But </strong>we will also get the bot to take some actions using Power Automate which I think it’s a huge plus in this platform.</p>
<p><strong>Scenario:</strong></p>
<p>The scenario we will cover helping customers to create an inquiry case for their products and to provide update information for their cases to keep updated with their open inquires.</p>
<p>You can start free or sign in with this <a href="http://aka.ms/pvahome">URL</a> to get started. Once you sign in, you will find yourself in homepage like in image below and click the red box icon to create new bot:</p>
<p><img fetchpriority="high" decoding="async" class="wp-image-2710 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2022/02/PVA1.png" alt="" width="574" height="242" /></p>
<p>So, just to orient you around what we have got inside this platform.</p>
<p>On left side we have:<br />
<strong>Home</strong> – Where you have multiple option with testing your created bot etc.<br />
<strong>Topics</strong> – Which are the main part we will be focusing on in order to create our bot.<br />
<strong>Entities</strong> – Working with text, extract key information from text which allow bot to recognize thing like age, email, color etc.<br />
<strong>Analytics</strong> – Comes with built-in dashboard that allows you to see which topics are escalating and which are resolves also customer satisfaction etc.<br />
<strong>Publish</strong> – Once you built your bot you can publish it in order to go live.<br />
<strong>Manage</strong> – Where you have option to deploy your bot and embed in your custom website, MS Teams and many more.</p>
<p>Let’s create a new topic for our scenario. Click <strong>New topic </strong>to start</p>
<p><img decoding="async" class="wp-image-2711 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2022/02/PVA2.png" alt="" width="562" height="282" /></p>
<p>So, lets give it a name of our topic and add some phrases for bot to understand which topic to trigger</p>
<p><img decoding="async" class="wp-image-2712 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2022/02/PVA3.png" alt="" width="559" height="268" /></p>
<p>Next, we have to add an action in next to ask a question whether to create a new case or want an update on an existing case which will automatically add variable and condition</p>
<p><img decoding="async" class="wp-image-2713 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2022/02/PVA4.png" alt="" width="446" height="319" /></p>
<p><img decoding="async" class="wp-image-2714 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2022/02/PVA5.png" alt="" width="551" height="236" /></p>
<p>To update customers for their case inquiry, we have to ask case number and add flow to communicate with backend ERP.</p>
<p><img decoding="async" class="wp-image-2715 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2022/02/PVA6.png" alt="" width="362" height="499" /></p>
<p>Power Automate flow:</p>
<p><img decoding="async" class="wp-image-2716 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2022/02/PVA7.png" alt="" width="609" height="199" /></p>
<p>To create a new case with given options above, we have to get information like their name, product they are inquiring about etc.</p>
<p><img decoding="async" class="wp-image-2717 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2022/02/PVA8.png" alt="" width="502" height="443" /></p>
<p>Once we get all required information to create a new case for it we can connect Power Automate flow for create a new case and responds them back with their created case number.</p>
<p><img decoding="async" class="wp-image-2718 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2022/02/PVA9.png" alt="" width="493" height="400" /></p>
<p>Power Automate flow:</p>
<p><img decoding="async" class="wp-image-2719 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2022/02/PVA10.png" alt="" width="594" height="295" /></p>
<p>Now, your bot is ready. Publish your bot and test in you demo website.</p>
<p>Test bot screenshot in demo website:</p>
<p><img decoding="async" class="wp-image-2720 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2022/02/PVA11.png" alt="" width="622" height="272" /></p>
<p><img decoding="async" class="wp-image-2721 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2022/02/PVA12.png" alt="" width="484" height="333" /></p>
<p><img decoding="async" class="wp-image-2722 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2022/02/PVA13.png" alt="" width="491" height="344" /></p>
<p>Hope you like this blog. If you have any query regarding this, please feel free to <a href="mailto:info@kaispe.com">contact us</a> or visit our website <a href='www.kaispe.com'>KAISPE LLC</a>.</p>
<p>The post <a href="https://www.kaispe.com/automation-through-conversation-with-power-automate-and-power-virtual-agents/">Automation Through Conversation with Power Automate and Power Virtual Agents</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
