microsoft / botbuilder-dotnet

Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
https://github.com/Microsoft/botframework
MIT License
864 stars 480 forks source link

Add support for isVisible property in SharePoint Bot Adaptive Card Extension #6729

Closed AJIXuMuK closed 5 months ago

AJIXuMuK commented 5 months ago

Is your feature request related to a problem? Please describe. Currently Bot ACE developer can't set visibility of the card similarly to SharePoint Framework ACE.

Describe the solution you'd like Add IsVisible property to AceData class. The property is then read by SharePoint ACE engine to hide/show the card.

Describe alternatives you've considered N/A

Additional context Related to this feature: https://github.com/microsoft/botbuilder-dotnet/issues/6613