ActionContext.QueueChanges(ActionChangeList) Method
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.
Queues up a set of changes that will be applied when ApplyChanges is called.
public void QueueChanges (Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeList changes);
member this.QueueChanges : Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeList -> unit
Public Sub QueueChanges (changes As ActionChangeList)
Parameters
- changes
- ActionChangeList
Plan changes to queue up.