Compartir a través de


OnCondition.Actions Propiedad

Definición

Obtiene o establece las acciones que se van a agregar al plan cuando se cumplen las restricciones de regla.

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)

Valor de propiedad

Las acciones que se van a agregar al plan cuando se cumplen las restricciones de regla.

Se aplica a