Questions tagged [power-virtual-agents]

For questions building chatbots using Microsoft Power Virtual Agents and integrating with Microsoft Bot Framework & other technologies.

65 questions
2
votes
0 answers

power automate return multiple response to virtual agent

I have a power automate flow that is triggered from a chatbot flow (as part of virtual power agent). The data being generated from power automate output is more than 256KB in size. So, my requirement is to split is data into 2 parts and return them…
2
votes
1 answer

Changing a Power Virtual Agent Global Variable in Bot Framework Composer

I would be hugely grateful if someone could please let me know how to change a Power Virtual Agent variable in Bot Framework Composer. I set it like this I am trying to change it in Bot Framework Composer as follows: Here is the error that I…
DFischl
  • 31
  • 1
2
votes
2 answers

How to access Bot Framework Composer dialog variables in PVA

How do we reference the variables defined in Bot Framework Builder like conversation.something in PVA?
Kam.B
  • 21
  • 2
1
vote
0 answers

Use PVA skillbot in Bot Framework Bot (without Composer)

Is it possible to connect a PVA skillbot to a Bot Framework Bot (not one built with Composer)? The documentation shows how to connect it in Composer which involves exporting a manifest and intents file from PVA, then importing them into Composer,…
1
vote
1 answer

How to open PA chat bot in new window when click on chat button using HTML

I have integrated my PVA chat bot on portal.but I want it to open in new window when I click on chat bot button.and then we can chat with bot I am just confused with the help of button class how we can achieve it. I don't have any change url to open…
Annonymous
  • 11
  • 1
1
vote
1 answer

Power Virtual Agents Automatically suggest a solution before connecting to a live agent

I was looking for a basic ability for bot to learn from the questions and answers the agents provide that can be used as suggestion the chatbot replies to users before it connects them to live agent. I looked up QnA maker does similar stuff and can…
1
vote
0 answers

Clearing session of user authentication from PVA bot in Teams

I have added manual authentication in the PVA bot following the below documentation: Configure single sign-on - Power Virtual Agents | Microsoft Docs Now I need to know if is there any way to log out the user from the bot by clicking on the exit…
1
vote
1 answer

Powerautomate Parsing JSON Array

I've seen the JSON array questions here and I'm still a little lost, so could use some extra help. Here's the setup: My Flow calls a sproc on my DB and that sproc returns this JSON: { "ResultSets": { "Table1": [ { "OrderID":…
Dan Williams
  • 55
  • 1
  • 2
  • 7
1
vote
0 answers

How to transfer all blocks to another Topic?

I am new to power agent bots and unfortunately I created a long conversation in one of the default locked topics. Now I cannot copy it over to a user topic in any way. Is it possible to save my work or I have to manually create everything from…
DarkBlade
  • 47
  • 6
1
vote
0 answers

Dynamic Bot Framework Composer dialog to turn any PVA list into a vertical one or Bot Canvas

I am currently working on a dialog in Composer that would let me turn all my lists in PVA vertical by calling it and passing 3-5 strings used to form the list. I am however a little stuck, my first issue is that the inputs I'd like to provide to the…
1
vote
1 answer

How to get user value back to Power Virtual Automate from Bot Framework Composer

I am creating a Power Virtual App bot and I am also using Bot framework Composer to display an Adaptive card that is meant to take user input from the Power Virtual App bot. I'm unable to figure out a way around this and all the solutions I've come…
1
vote
1 answer

Power Virtual Agent - Search Knowledge Flow Failing

I have setup a PVA according to Teams - Power Virtual Agent - Hornbill, but when I trigger the "I need help" topic, it fails with: [24/12/21 12:05] Hornbill Virtual Agent Sorry, the bot can't talk for a while. It's something the bot's owner needs…
1
vote
1 answer

Adaptive card Bot Framework composer

I am learning Bot framework composer. I am trying to add adaptive card using https://adaptivecards.io/designer. I copied the card payload and paste it in the bot responses. It look like this [import](common.lg) #title() -adaptive card #…
1
vote
1 answer

Bot Framework Skill using NodeJS Virtual Assistant template - not able to add to PVA

As the title says I have created the skill using the virtual assistant template and deployed it in Azure. The skill bot works as expected when tested as a standalone bot with an emulator. When I tried to add the skill to the Power Virtual Agent bot…
1
vote
1 answer

How do I connect Power Virtual Agent to Bot Framework Composer?

I'm trying to use an Adaptive Card I created with Power Virtual Agent via Power Automate. According to the following Microsoft article, I should be able to just click a button on the Topics section of the Power Virtual Agents dashboard, and it'll…
dnlarralde
  • 77
  • 1
  • 2
  • 12
1
2 3 4 5