OnCondition.OnCreateChangeList(ActionContext, Object) 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.
Called when a change list is created.
protected virtual Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeList OnCreateChangeList (Microsoft.Bot.Builder.Dialogs.Adaptive.ActionContext actionContext, object dialogOptions = default);
abstract member OnCreateChangeList : Microsoft.Bot.Builder.Dialogs.Adaptive.ActionContext * obj -> Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeList
override this.OnCreateChangeList : Microsoft.Bot.Builder.Dialogs.Adaptive.ActionContext * obj -> Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeList
Protected Overridable Function OnCreateChangeList (actionContext As ActionContext, Optional dialogOptions As Object = Nothing) As ActionChangeList
Parameters
- actionContext
- ActionContext
Context to use for evaluation.
- dialogOptions
- Object
Optional, object with dialog options.
Returns
An ActionChangeList with the list of actions.