@@ -106,7 +106,6 @@ This section contains an example of what that data would look like for each even
106
106
| requestedWorkerSelectors | ` List<WorkerSelector> ` | ✔️ | | Based on user input
107
107
| scheduledTimeUtc | ` DateTimeOffset ` | ✔️ | | Based on user input
108
108
| unavailableForMatching | ` bool ` | ✔️ | | Based on user input
109
- ---------------------------------------------------------------------------------------------------------
110
109
111
110
### Microsoft.Communication.RouterJobClassified
112
111
@@ -174,8 +173,6 @@ This section contains an example of what that data would look like for each even
174
173
| tags | ` Dictionary<string, object> ` | ✔️ | | Based on user input
175
174
| attachedWorkerSelectors | ` List<WorkerSelector> ` | ✔️ | | List of worker selectors attached by a classification policy
176
175
177
- ---------------------------------------------------------------------------------------------------------
178
-
179
176
### Microsoft.Communication.RouterJobQueued
180
177
181
178
[ Back to Event Catalog] ( #events-types )
@@ -239,8 +236,6 @@ This section contains an example of what that data would look like for each even
239
236
| requestedWorkerSelectors | ` List<WorkerSelector> ` | ✔️ | | Based on user input while creating job
240
237
| attachedWorkerSelectors | ` List<WorkerSelector> ` | ✔️ | | List of worker selectors attached by a classification policy
241
238
242
- ---------------------------------------------------------------------------------------------------------
243
-
244
239
### Microsoft.Communication.RouterJobClassificationFailed
245
240
246
241
[ Back to Event Catalog] ( #events-types )
@@ -294,8 +289,6 @@ This section contains an example of what that data would look like for each even
294
289
| labels | ` Dictionary<string, object> ` | ✔️ | | Based on user input
295
290
| tags | ` Dictionary<string, object> ` | ✔️ | | Based on user input
296
291
297
- ---------------------------------------------------------------------------------------------------------
298
-
299
292
### Microsoft.Communication.RouterJobCompleted
300
293
301
294
[ Back to Event Catalog] ( #events-types )
@@ -343,8 +336,6 @@ This section contains an example of what that data would look like for each even
343
336
| assignmentId| ` string ` | ❌ | |
344
337
| workerId | ` string ` | ❌ | |
345
338
346
- ---------------------------------------------------------------------------------------------------------
347
-
348
339
### Microsoft.Communication.RouterJobClosed
349
340
350
341
[ Back to Event Catalog] ( #events-types )
@@ -394,8 +385,6 @@ This section contains an example of what that data would look like for each even
394
385
| workerId | ` string ` | ❌ | |
395
386
| assignmentId | ` string ` | ❌ | |
396
387
397
- ---------------------------------------------------------------------------------------------------------
398
-
399
388
### Microsoft.Communication.RouterJobCancelled
400
389
401
390
[ Back to Event Catalog] ( #events-types )
@@ -443,8 +432,6 @@ This section contains an example of what that data would look like for each even
443
432
| tags | ` Dictionary<string, object> ` | ✔️ | | Based on user input
444
433
| queueId | ` string ` | ✔️ | |
445
434
446
- ---------------------------------------------------------------------------------------------------------
447
-
448
435
### Microsoft.Communication.RouterJobExceptionTriggered
449
436
450
437
[ Back to Event Catalog] ( #events-types )
@@ -490,8 +477,6 @@ This section contains an example of what that data would look like for each even
490
477
| labels | ` Dictionary<string, object> ` | ✔️ | | Based on user input
491
478
| tags | ` Dictionary<string, object> ` | ✔️ | | Based on user input
492
479
493
- ---------------------------------------------------------------------------------------------------------
494
-
495
480
### Microsoft.Communication.RouterJobWorkerSelectorsExpired
496
481
497
482
[ Back to Event Catalog] ( #events-types )
@@ -552,7 +537,6 @@ This section contains an example of what that data would look like for each even
552
537
| tags | ` Dictionary<string, object> ` | ✔️ | | Based on user input
553
538
| requestedWorkerSelectorsExpired | ` List<WorkerSelector> ` | ✔️ | | Based on user input while creating a job
554
539
| attachedWorkerSelectorsExpired | ` List<WorkerSelector> ` | ✔️ | | List of worker selectors attached by a classification policy
555
- ---------------------------------------------------------------------------------------------------------
556
540
557
541
### Microsoft.Communication.RouterJobUnassigned
558
542
@@ -600,7 +584,6 @@ This section contains an example of what that data would look like for each even
600
584
| queueId | ` string ` | ✔️ | | ` null ` when ` classificationPolicyId ` is specified for a job
601
585
| labels | ` Dictionary<string, object> ` | ✔️ | | Based on user input
602
586
| tags | ` Dictionary<string, object> ` | ✔️ | | Based on user input
603
- ---------------------------------------------------------------------------------------------------------
604
587
605
588
### Microsoft.Communication.RouterJobWaitingForActivation
606
589
@@ -668,7 +651,6 @@ This section contains an example of what that data would look like for each even
668
651
| scheduledTimeUtc | ` DateTimeOffset ` |✔️ | | Based on user input while creating a job
669
652
| unavailableForMatching | ` bool ` |✔️ | | Based on user input while creating a job
670
653
| priority| ` int ` | ❌ | | Based on user input while creating a job
671
- ---------------------------------------------------------------------------------------------------------
672
654
673
655
### Microsoft.Communication.RouterJobSchedulingFailed
674
656
@@ -775,8 +757,6 @@ This section contains an example of what that data would look like for each even
775
757
| :--------- | :-----:| :-------:| -------------| -------|
776
758
| jobId| ` string ` | ❌ |
777
759
778
- ---------------------------------------------------------------------------------------------------------
779
-
780
760
## Worker Events
781
761
782
762
### Microsoft.Communication.RouterWorkerOfferIssued
@@ -831,7 +811,6 @@ This section contains an example of what that data would look like for each even
831
811
| jobPriority| ` int ` | ❌ |
832
812
| jobLabels | ` Dictionary<string, object> ` | ✔️ | | Based on user input
833
813
| jobTags | ` Dictionary<string, object> ` | ✔️ | | Based on user input
834
- ---------------------------------------------------------------------------------------------------------
835
814
836
815
### Microsoft.Communication.RouterWorkerOfferAccepted
837
816
@@ -884,8 +863,6 @@ This section contains an example of what that data would look like for each even
884
863
| offerId | ` string ` | ❌ |
885
864
| assignmentId | ` string ` | ❌ |
886
865
887
- ---------------------------------------------------------------------------------------------------------
888
-
889
866
### Microsoft.Communication.RouterWorkerOfferDeclined
890
867
891
868
[ Back to Event Catalog] ( #events-types )
@@ -921,8 +898,6 @@ This section contains an example of what that data would look like for each even
921
898
| queueId | ` string ` | ❌ |
922
899
| offerId | ` string ` | ❌ |
923
900
924
- ---------------------------------------------------------------------------------------------------------
925
-
926
901
### Microsoft.Communication.RouterWorkerOfferRevoked
927
902
928
903
[ Back to Event Catalog] ( #events-types )
@@ -957,7 +932,6 @@ This section contains an example of what that data would look like for each even
957
932
| channelReference | ` string ` | ❌ |
958
933
| channelId | ` string ` | ❌ |
959
934
| queueId | ` string ` | ❌ |
960
- ---------------------------------------------------------------------------------------------------------
961
935
962
936
### Microsoft.Communication.RouterWorkerOfferExpired
963
937
@@ -993,7 +967,6 @@ This section contains an example of what that data would look like for each even
993
967
| channelReference | ` string ` | ❌ |
994
968
| channelId | ` string ` | ❌ |
995
969
| queueId | ` string ` | ❌ |
996
- ---------------------------------------------------------------------------------------------------------
997
970
998
971
### Microsoft.Communication.RouterWorkerRegistered
999
972
@@ -1053,8 +1026,6 @@ This section contains an example of what that data would look like for each even
1053
1026
| channelConfigurations| ` List<ChannelConfiguration> ` | ❌ |
1054
1027
| tags | ` Dictionary<string, object> ` | ✔️ | | Based on user input
1055
1028
1056
- ---------------------------------------------------------------------------------------------------------
1057
-
1058
1029
### Microsoft.Communication.RouterWorkerDeregistered
1059
1030
1060
1031
[ Back to Event Catalog] ( #events-types )
@@ -1137,7 +1108,6 @@ This section contains an example of what that data would look like for each even
1137
1108
| labels | ` Dictionary<string, object> ` | ✔️ | | Based on user input
1138
1109
| channelConfigurations| ` List<ChannelConfiguration> ` | ❌ |
1139
1110
| tags | ` Dictionary<string, object> ` | ✔️ | | Based on user input
1140
- ---------------------------------------------------------------------------------------------------------
1141
1111
1142
1112
## Model Definitions
1143
1113
0 commit comments