SuggestedActions.Actions Property

Definition

Gets or sets actions that can be shown to the user.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.CardAction> Actions { get; set; }
member this.Actions : System.Collections.Generic.IList<Microsoft.Bot.Schema.CardAction> with get, set
Public Property Actions As IList(Of CardAction)

Property Value

The actions that can be shown to the user.

Applies to