Partilhar via


ActionScope.Actions Propriedade

Definição

Obtém ou define as ações a executar.

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 Propriedade

As ações a executar.

Aplica-se a