Skip to content

Commit 16ee282

Browse files
Update articles/communication-services/how-tos/router-sdk/job-classification.md
Co-authored-by: Rajarshi Sarkar <[email protected]>
1 parent fdf0212 commit 16ee282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/router-sdk/job-classification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ await routerAdministrationClient.CreateClassificationPolicyAsync(
4646
new QueueSelector("Id", LabelOperator.Equal, new LabelValue("XBOX_NA_QUEUE"))
4747
}),
4848
new ConditionalQueueSelectorAttachment(
49-
condition: new ExpressionRule("If(job.Escalated = \"NA\", false, true)"),
49+
condition: new ExpressionRule("If(job.Region != \"NA\", true, false)"),
5050
labelSelectors: new List<QueueSelector>()
5151
{
5252
new QueueSelector("Id", LabelOperator.Equal, new LabelValue("XBOX_DEFAULT_QUEUE"))

0 commit comments

Comments
 (0)