Dela via


IfCondition.Actions Egenskap

Definition

Hämtar eller anger listan över åtgärder.

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)

Egenskapsvärde

En List<T> av dialogåtgärder.

Gäller för