Тёмный

Adaptive Cards in Power Virtual Agents and more preview features 

Tomasz Poszytek
Подписаться 4,2 тыс.
Просмотров 6 тыс.
50% 1

This video is focused on the new feature that is going to be soon available in Power Virtual Agents, that will allow you to send Adaptive Card to a conversation in PVA without the need to use Bot Framework or Bot Composer skills! Finally!
More details:
docs.microsoft.com/en-us/powe...
docs.microsoft.com/en-us/powe...
docs.microsoft.com/en-us/powe...
Chapters:
0:00 Intro
1:30 Overview of the solution
4:10 How to add Adaptive Card to a message in a topic
5:20 Adaptive Cards in PVA - JSON vs. Formula
7:30 Authoring dynamic Adaptive Cards in PVA with PowerFx
18:40 Authoring dynamic Adaptive Cards in Power Automate to use in PVA
21:28 Checking Adaptive Cards in "Add a question" - does a form work?
24:50 Wrap up!

Опубликовано:

 

10 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 36   
@lalit1487
@lalit1487 Год назад
Yes really it is very good video it helped to show adaptive card directly
@JonDoesFlow
@JonDoesFlow 2 года назад
This is superb content. Will be sharing everywhere. Thanks. That “set variable” step is an absolute game changer !
@TomaszPoszytek
@TomaszPoszytek 2 года назад
Thank you!
@alihabib7712
@alihabib7712 Год назад
Thank you, for that passing of variables into adaptive card section ! I was looking all over Internet for it.... This helped me a lot
@TomaszPoszytek
@TomaszPoszytek Год назад
I'm am happy that my content helped you ☺️
@mrbrushyy.
@mrbrushyy. 2 года назад
Thanks Tomasz for providing quality content.
@TomaszPoszytek
@TomaszPoszytek 2 года назад
It's always a pleasure! :) Thank you.
@portnoy388
@portnoy388 Год назад
awesome tutorial!
@jorgeeg2668
@jorgeeg2668 Год назад
eres el mejor
@kvarm4262
@kvarm4262 Год назад
Guys. I think I finally found out how to get the response from the adaptive card. When adding a node, instead of using "Ask a question", use "Ask with Adaptive Card". Upon filling up the JSON, it will automatically add the output depending on the input used in the card.
@TheLunaLoveForever
@TheLunaLoveForever Год назад
Hello, very helpful but i faced an issue, i made a flow with the action post and adaptive card to Teams and it works perfectly fine on Power virtual agents but once i post it on microsoft teams i get an error Time Out from the virtual agents step, do You know a solution for this ? Thanks in advance
@murtuzadahodwala301
@murtuzadahodwala301 4 месяца назад
Great video. How can I enable users to skip responding via adaptive cards? I have an adaptive card displaying text and a like button, but it's not mandatory for users to like it; they can proceed with their conversation. Unfortunately, this isn't currently feasible for me.
@TomaszPoszytek
@TomaszPoszytek 3 месяца назад
Hey, I don’t really know if this is feasible. Other than by adding a different submit button?
@lalit1487
@lalit1487 Год назад
Have you got the way for entering forms directly using adaptive card in question??
@TomaszPoszytek
@TomaszPoszytek Год назад
I don't think this is possible atm. Only via bot skills.
@707jeevan
@707jeevan Год назад
Your videos are very very helpful. I need help with something..I have to display datatable(from sharepoint list) in canvas app..it's source should be dynamic bcz any number of lists could be created in that sharepoint site.so I have to display only the one that is searched for ..please suggest a way..if not datatable..then in any form but it should Display the sharepoint list
@TomaszPoszytek
@TomaszPoszytek Год назад
I would use a cloud flow with "Call SharePoint rest api" action to dybamicly get and return data from a list which name is given as a parameter.
@707jeevan
@707jeevan Год назад
@@TomaszPoszytek Thank you will try that
@MohamedBasithM
@MohamedBasithM Год назад
Can you let me know if we have option to collect the response from adaptive card in PVA at this moment (8th march 2023)
@TomaszPoszytek
@TomaszPoszytek Год назад
I think you still need bot framework composer for that. I can't make it work, to get response. Just display it.
@TomaszPoszytek
@TomaszPoszytek Год назад
I mean - i just tried it and it doesn't look if it's working :(
@MohamedBasithM
@MohamedBasithM Год назад
@@TomaszPoszytek that right is not working, also in pva preview I don't see option to create topic with bot framework composer . No integration of bot composer on preview?
@AssassinUK
@AssassinUK Год назад
How do I turn this option on? I cant see this option at all.
@TomaszPoszytek
@TomaszPoszytek Год назад
It should be rolling out to tenants this quarter.
@micholewski
@micholewski Год назад
I believe it was postponed to Nov 22 - learn.microsoft.com/en-us/power-platform-release-plan/2022wave2/power-virtual-agents/use-adaptive-cards-power-virtual-agents
@absyoutube1792
@absyoutube1792 Год назад
Are u able to get the response from Adoptive cards?
@TomaszPoszytek
@TomaszPoszytek Год назад
Are you facing errors in that setup?
@rubengzz7398
@rubengzz7398 Год назад
when I will be able to use this feature?
@TomaszPoszytek
@TomaszPoszytek Год назад
It should be available later this year. It's in private preview now.
@rubengzz7398
@rubengzz7398 Год назад
@@TomaszPoszytek ok thank you Tomasz
@sathishyerraguntla8099
@sathishyerraguntla8099 Год назад
@@TomaszPoszytek After a year we need any license for using this feature? or we can use it freely..!😉
@djamalakial5924
@djamalakial5924 2 года назад
Hello Tomasz and community, do you have any Adaptive Cards template (JSON format) with star ratings feature? I would like to collect users' experience with 5 stars rating mechanism. Thanks
@TomaszPoszytek
@TomaszPoszytek 2 года назад
Unfortunately this control is not available in the official schema.. So you can't use it in Adaptive Cards that you are authoring e.g. for Teams and sent by cloud flows. It is still "under consideration": github.com/microsoft/AdaptiveCards/issues/3054. The only way is to built your own host, and extend Adaptive Cards SDK with a star control definition, docs.microsoft.com/en-us/adaptive-cards/sdk/rendering-cards/javascript/extensibility. The only thing that comes to my mind is to use images with defined Action.Submit, that you can position in a row - so you have 5 star images and each is clickable to submit response.
@hiperkatywnymike
@hiperkatywnymike 2 года назад
First!
@vinodreddy2535
@vinodreddy2535 8 месяцев назад
Hello, Any why we can add dynamic values of choice set to adaptive card here
@TomaszPoszytek
@TomaszPoszytek 8 месяцев назад
If in Power Automate then this is pretty easy - just combine final json using action in PA.
Далее
Power Virtual Agents Ask with Adaptive Card Feature
34:41
Dora’s Tyla Dance is Everywhere 😨 #shorts
00:14
Просмотров 1,5 млн
Markdown Design For Power Virtual Agent Chatbots
25:31
Adaptive cards in Power Virtual Agent- basics
13:17
Просмотров 1,4 тыс.
Power Platform Pipelines - ALM became easier!
27:16
Просмотров 4 тыс.