Partilhar via


ActionContext.Actions Propriedade

Definição

Obtém ou define a lista de ações que estão a ser executadas.

public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.ActionState> Actions { get; set; }
member this.Actions : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.ActionState> with get, set
Public Property Actions As List(Of ActionState)

Valor de Propriedade

Lista de ações a serem executadas.

Aplica-se a