OnCondition.ExecuteAsync(ActionContext) 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.
Method called to execute the rule's actions.
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeList>> ExecuteAsync (Microsoft.Bot.Builder.Dialogs.Adaptive.ActionContext actionContext);
abstract member ExecuteAsync : Microsoft.Bot.Builder.Dialogs.Adaptive.ActionContext -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeList>>
override this.ExecuteAsync : Microsoft.Bot.Builder.Dialogs.Adaptive.ActionContext -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeList>>
Public Overridable Function ExecuteAsync (actionContext As ActionContext) As Task(Of List(Of ActionChangeList))
Parameters
- actionContext
- ActionContext
Context.
Returns
A Task with plan change list.