OBJECT
RoutingSegmentUserDynamic
Routing group segment used to dynamically match agents based on their skills.
link GraphQL Schema definition
- type RoutingSegmentUserDynamic implements RoutingSegment {
- # Match agents based on these skills.
- : [LegacyId!]!
- # Match agents based on these location skill.
- : LegacyId!
- # The operator determines if any, all, or none of the values of the segment must
- # match.
- : RoutingSegmentLogicalOperator!
- }
link Require by
This element is not required by anyone