MostSpecificSelector Class

Definition

Select the most specific true rule implementation of TriggerSelector.

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

Constructors

Name Description
MostSpecificSelector()

Fields

Name Description
Kind

Class identifier.

Properties

Name Description
Selector

Gets or sets optional rule selector to use when more than one most specific rule is true.

Methods

Name Description
Initialize(IEnumerable<OnCondition>, Boolean)

Initializes the selector with the set of rules.

SelectAsync(ActionContext, CancellationToken)

Selects the best rule to execute.

Applies to