Microsoft.Bot.Builder.Dialogs.Adaptive.Selectors Namespace
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.
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. |