SuggestedActions.Actions Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("actions")]
[System.Text.Json.Serialization.JsonPropertyOrder(1)]
public System.Collections.Generic.IList<Microsoft.Teams.Api.Cards.Action> Actions { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("actions")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(1)>]
member this.Actions : System.Collections.Generic.IList<Microsoft.Teams.Api.Cards.Action> with get, set
Public Property Actions As IList(Of Action)

Property Value

Attributes

Applies to