Partager via


IfCondition.Actions Propriété

Définition

Obtient ou définit la liste des actions.

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)

Valeur de propriété

a List<T> d’actions de dialogue.

S’applique à