Compartir a través de


SuggestedActions.Actions Propiedad

Definición

Obtiene o establece acciones que se pueden mostrar al usuario.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.CardAction> Actions { get; set; }
member this.Actions : System.Collections.Generic.IList<Microsoft.Bot.Schema.CardAction> with get, set
Public Property Actions As IList(Of CardAction)

Valor de propiedad

Las acciones que se pueden mostrar al usuario.

Se aplica a