Compartir a través de


ActionScope.Actions Propiedad

Definición

Obtiene o establece las acciones que se van a ejecutar.

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

Acciones que se van a ejecutar.

Se aplica a