Share via


RouterWorker.Labels Property

Definition

A set of key/value pairs that are identifying attributes used by the rules engines to make decisions. Values must be primitive values - number, string, boolean.

public System.Collections.Generic.IDictionary<string,Azure.Communication.JobRouter.RouterValue> Labels { get; }
member this.Labels : System.Collections.Generic.IDictionary<string, Azure.Communication.JobRouter.RouterValue>
Public ReadOnly Property Labels As IDictionary(Of String, RouterValue)

Property Value

Applies to