Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add IsVisible property to AceData #6730

Merged

Conversation

AJIXuMuK
Copy link
Contributor

@AJIXuMuK AJIXuMuK commented Jan 19, 2024

Fixes #6729

Description

The PR adds IsVisible property to the AceData class to implement the #6729 feature request.

Specific Changes

public class AceData
{
  // ...
  /// <summary>
   /// Gets or sets the visibility of the Adaptive Card Extension.
   /// </summary>
   /// <value>The value is the flag that indicates if the Adaptive Card Extension is visible. Default to true.</value>
   [JsonProperty(PropertyName = "isVisible")]
   public bool? IsVisible { get; set; }
  // ...
}

@AJIXuMuK AJIXuMuK requested a review from a team as a code owner January 19, 2024 16:31
@AJIXuMuK AJIXuMuK changed the title feat: Add isVisible property to AceData feat: Add IsVisible property to AceData Jan 19, 2024
@tracyboehrer tracyboehrer added the Automation: No parity PR does not need to be applied to other languages. label Jan 19, 2024
@tracyboehrer
Copy link
Member

@AJIXuMuK If you update from main, the build issue should be fixed.

@tracyboehrer tracyboehrer merged commit 2e8a6f8 into microsoft:main Jan 19, 2024
11 checks passed
@AJIXuMuK AJIXuMuK deleted the user/aterentiev/bot-ace-is-visible branch January 19, 2024 19:20
tracyboehrer pushed a commit that referenced this pull request Jan 24, 2024
Co-authored-by: aterentiev <aterentiev@microsoft.com_odspmdb>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Automation: No parity PR does not need to be applied to other languages.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for isVisible property in SharePoint Bot Adaptive Card Extension
2 participants