TrueSelector Class

Definition

Select all rules which evaluate to true.

public class TrueSelector : Microsoft.Bot.Builder.Dialogs.Adaptive.TriggerSelector
type TrueSelector = class
    inherit TriggerSelector
Public Class TrueSelector
Inherits TriggerSelector
Inheritance
TrueSelector

Constructors

TrueSelector()

Fields

Kind

Class identifier.

Methods

Initialize(IEnumerable<OnCondition>, Boolean)

Initializes the selector with the set of rules.

SelectAsync(ActionContext, CancellationToken)

Selects the best rule to execute.

Applies to