Delen via


IfCondition.Actions Eigenschap

Definitie

Hiermee wordt de lijst met acties opgehaald of ingesteld.

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)

Waarde van eigenschap

A List<T> van dialoogvensteracties.

Van toepassing op