Compartir a través de


ActionChangeList.Actions Propiedad

Definición

Obtiene o establece la ActionState lista.

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 propiedad

ActionState Lista.

Se aplica a