RoutingStrategy Type
Strategy for selecting which agent handles a request
Union cases
| Union case |
Description
|
Full Usage:
ByName string
Parameters:
string
|
|
|
|
Full Usage:
RoundRobin
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsByName
Returns: bool
|
|
Full Usage:
this.IsByPrompt
Returns: bool
|
|
Full Usage:
this.IsCustom
Returns: bool
|
|
Full Usage:
this.IsRoundRobin
Returns: bool
|
|
Nao