Share via


EditActions.Actions Property

Definition

Gets or sets the actions to be applied to the active action.

public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Dialog> Actions { get; set; }
member this.Actions : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Dialog> with get, set
Public Property Actions As List(Of Dialog)

Property Value

The actions to be applied to the active action.

Applies to