Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 730 Bytes

RoutingRule.md

File metadata and controls

12 lines (8 loc) · 730 Bytes

RoutingRule

Properties

Name Type Description Notes
operator string matching operator. MEETS_THRESHOLD matches any agent with a score at or above the rule's threshold. ANY matches all specified agents, regardless of score. [optional]
threshold int threshold required for routing attempt (generally an agent score). may be null for operator ANY. [optional]
waitSeconds double seconds to wait in this rule before moving to the next [optional]

[Back to Model list] [Back to API list] [Back to README]