OBJECT

RoutingRuleSlots

Number of slots in the waiting list of a routing-group

link GraphQL Schema definition

  • type RoutingRuleSlots {
  • # The identifier of the routing group
  • routingGroupId: UUID!
  • # The size of the waiting-list
  • conversationQueueSlots: Int!
  • }