Skip to content

Commit 5add456

Browse files
AJIXuMuKaterentiev
authored andcommitted
Add isVisible property to AceData (#6730)
Co-authored-by: aterentiev <[email protected]_odspmdb>
1 parent 445861c commit 5add456

File tree

1 file changed

+7
-0
lines changed
  • libraries/Microsoft.Bot.Schema/SharePoint

1 file changed

+7
-0
lines changed

libraries/Microsoft.Bot.Schema/SharePoint/AceData.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ public enum AceCardSize
8484
[JsonProperty(PropertyName = "iconProperty")]
8585
public string IconProperty { get; set; }
8686

87+
/// <summary>
88+
/// Gets or sets the visibility of the Adaptive Card Extension.
89+
/// </summary>
90+
/// <value>The value is the flag that indicates if the Adaptive Card Extension is visible. Default to true.</value>
91+
[JsonProperty(PropertyName = "isVisible")]
92+
public bool? IsVisible { get; set; }
93+
8794
/// <summary>
8895
/// Gets or Sets the property bag of type <see cref="JObject"/>.
8996
/// </summary>

0 commit comments

Comments
 (0)