ScoringRuleParameterSelector Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supported parameters for scoring workers used with BestWorkerMode.
public readonly struct ScoringRuleParameterSelector : IEquatable<Azure.Communication.JobRouter.ScoringRuleParameterSelector>
type ScoringRuleParameterSelector = struct
Public Structure ScoringRuleParameterSelector
Implements IEquatable(Of ScoringRuleParameterSelector)
- Inheritance
-
ScoringRuleParameterSelector
- Implements
Constructors
ScoringRuleParameterSelector(String) |
Initializes a new instance of ScoringRuleParameterSelector. |
Properties
JobLabels |
Parameter to add job labels to scoring payload. Property is sent as |
WorkerSelectors |
Parameter to add worker selectors from a job to scoring payload. Property is sent as |
Methods
Equals(ScoringRuleParameterSelector) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ScoringRuleParameterSelector, ScoringRuleParameterSelector) |
Determines if two ScoringRuleParameterSelector values are the same. |
Implicit(String to ScoringRuleParameterSelector) |
Converts a string to a ScoringRuleParameterSelector. |
Inequality(ScoringRuleParameterSelector, ScoringRuleParameterSelector) |
Determines if two ScoringRuleParameterSelector values are not the same. |
Applies to
Azure SDK for .NET