FirstSelector Class

Definition

Select the first ordered by priority true OnCondition.

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

Constructors

FirstSelector()

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