IfCondition.ElseActions Eigenschaft

Definition

Erhält oder setzt eine Liste von Aktionen für False Scope.

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

Eigenschaftswert

A List<T> der Dialogaktionen.

Gilt für: