FirstSelector.Initialize(IEnumerable<OnCondition>, Boolean) 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.
Initializes the selector with the set of rules.
public override void Initialize (System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Adaptive.Conditions.OnCondition> conditionals, bool evaluate);
override this.Initialize : seq<Microsoft.Bot.Builder.Dialogs.Adaptive.Conditions.OnCondition> * bool -> unit
Public Overrides Sub Initialize (conditionals As IEnumerable(Of OnCondition), evaluate As Boolean)
Parameters
- conditionals
- IEnumerable<OnCondition>
Possible rules to match.
- evaluate
- Boolean
Optional, true by default if rules should be evaluated on select.