OnCondition.CurrentPriority(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.
Compute the current value of the priority expression and return it.
public double CurrentPriority (Microsoft.Bot.Builder.Dialogs.Adaptive.ActionContext actionContext);
member this.CurrentPriority : Microsoft.Bot.Builder.Dialogs.Adaptive.ActionContext -> double
Public Function CurrentPriority (actionContext As ActionContext) As Double
Parameters
- actionContext
- ActionContext
Context to use for evaluation.
Returns
Computed priority.