Share via


IfCondition.ElseActions Property

Definition

Gets or sets a list actions for 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)

Property Value

A List<T> of Dialog actions.

Applies to