File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
sdk/communication/Azure.Communication.JobRouter Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.0.0-beta.3 (Unreleased)
4-
5- ### Features Added
6-
7- ### Breaking Changes
3+ ## 1.0.0-beta.3 (2023-09-07)
84
95### Bugs Fixed
106
11- ### Other Changes
7+ - Added getter for ScoringParameters in ScoringRuleOptions
128
139## 1.0.0-beta.2 (2023-09-06)
1410
Original file line number Diff line number Diff line change @@ -945,6 +945,7 @@ internal ScoringRuleOptions() { }
945945 public bool ? AllowScoringBatchOfWorkers { get { throw null ; } set { } }
946946 public int ? BatchSize { get { throw null ; } set { } }
947947 public bool ? DescendingOrder { get { throw null ; } set { } }
948+ public System . Collections . Generic . IList < Azure . Communication . JobRouter . ScoringRuleParameterSelector > ScoringParameters { get { throw null ; } }
948949 }
949950 public partial class UnassignJobResult
950951 {
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ internal ScoringRuleOptions()
2222 /// are added to the payload of the scoring rule by default.
2323 /// Note: Worker labels are always sent with scoring payload.
2424 /// </summary>
25- internal IList < ScoringRuleParameterSelector > ScoringParameters { get ; }
25+ public IList < ScoringRuleParameterSelector > ScoringParameters { get ; }
2626 }
2727}
You can’t perform that action at this time.
0 commit comments