ActionContext.Changes Property

Definition

Gets list of changes that are queued to be applied.

public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeList> Changes { get; }
member this.Changes : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeList>
Public ReadOnly Property Changes As List(Of ActionChangeList)

Property Value

List of changes that are queued to be applied.

Applies to