Sdílet prostřednictvím


IfCondition.Actions Vlastnost

Definice

Získá nebo nastaví seznam akcí.

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)

Hodnota vlastnosti

A List<T> z akcí dialogového okna.

Platí pro