Microsoft.Bot.Builder.Dialogs.Adaptive.Selectors Namespace

Classes

ConditionalSelector

Select between two rule selectors based on a condition.

FirstSelector

Select the first ordered by priority true OnCondition.

MostSpecificSelector

Select the most specific true rule implementation of TriggerSelector.

RandomSelector

Select a random true triggerHandler implementation of IRuleSelector.

TrueSelector

Select all rules which evaluate to true.