OBJECT

RoutingModeFair

When a routing rule is using the fair mode, conversations are distributed evenly between the routing groups.

link GraphQL Schema definition

  • type RoutingModeFair {
  • # The size of each routing-group's waiting list
  • conversationQueueSlots: [RoutingRuleSlots!]
  • }