Table of Contents

Class MultipleRouteSelector

Namespace
Microsoft.Agents.Builder.App
Assembly
Microsoft.Agents.Builder.dll

Combination of String, Regex, and RouteSelectorAsync selectors.

public class MultipleRouteSelector
Inheritance
MultipleRouteSelector
Inherited Members

Constructors

MultipleRouteSelector()

public MultipleRouteSelector()

Properties

Regexes

The Regex selectors.

public Regex[]? Regexes { get; set; }

Property Value

Regex[]

RouteSelectors

The RouteSelectorAsync function selectors.

public RouteSelector[]? RouteSelectors { get; set; }

Property Value

RouteSelector[]

Strings

The string selectors.

public string[]? Strings { get; set; }

Property Value

string[]