Compartilhar via


ScoringRuleParameterSelector Struct

Definition

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 job.

WorkerSelectors

Parameter to add worker selectors from a job to scoring payload. Property is sent as selectors.

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