We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445861c commit 5add456Copy full SHA for 5add456
libraries/Microsoft.Bot.Schema/SharePoint/AceData.cs
@@ -84,6 +84,13 @@ public enum AceCardSize
84
[JsonProperty(PropertyName = "iconProperty")]
85
public string IconProperty { get; set; }
86
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
+
94
/// <summary>
95
/// Gets or Sets the property bag of type <see cref="JObject"/>.
96
/// </summary>
0 commit comments