ActionContext.Changes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.