OnCondition.OnCreateChangeList(ActionContext, Object) Method

Definition

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.

Applies to