次の方法で共有


ReclassifyExceptionAction コンストラクター

定義

ReclassifyExceptionAction の新しいインスタンスを初期化します。

public ReclassifyExceptionAction (string classificationPolicyId, System.Collections.Generic.IDictionary<string,Azure.Communication.JobRouter.LabelValue> labelsToUpsert = default);
new Azure.Communication.JobRouter.ReclassifyExceptionAction : string * System.Collections.Generic.IDictionary<string, Azure.Communication.JobRouter.LabelValue> -> Azure.Communication.JobRouter.ReclassifyExceptionAction
Public Sub New (classificationPolicyId As String, Optional labelsToUpsert As IDictionary(Of String, LabelValue) = Nothing)

パラメーター

classificationPolicyId
String

(省略可能)キュー、優先度、ワーカー セレクターを決定する新しい分類ポリシー。

labelsToUpsert
IDictionary<String,LabelValue>

(省略可能)キーと値のペアで更新する (または既存でない場合は追加する) ラベルを含むディクショナリ。

適用対象