Onreskill

This help page is for Desktop Studio. This information is also available for CXone Studio.

客服專員將聯絡人轉移到 ACD 技能Closed 用於基於客服專員技能、能力和知識的互動的自動化傳遞佇列時可隨時叫用。 當客服專員請求進行重新技能呼叫時會觸發 Onreskill 事件,該事件也被視為一個新的子聯絡。 此事件可被視為類似於新的子聯絡人的 Begin 動作。

因為此動作會觸發 Onreskill 事件,其將不會在追蹤過程中觸發原始聯絡。 當追蹤Studio中的指令碼時若要檢視事件,您必須在包含 Onreskill 動作的指令碼中開啟持續追蹤,此會建立新的追蹤,並在觸發 Onreskill 動作後啟動新的子聯絡。 若要開啟持續追蹤,請點擊Debug > Capture Script,然後選擇 Continuous

相依性

  • Onreskill是一個event action
  • 如果聯絡在被路由到佇列指令碼之前,已被路由到一個或多個子指令碼(使用RUNSUBaction),您必須在執行佇列指令碼之前,先將聯絡傳回主指令碼。 如果聯絡是從子指令碼直接路由到佇列指令碼,則Onreskill無法正常運作。
  • Onreskill 不適用於將聯絡轉移到特定客服專員,這將叫用 Ontransfer action
  • 使用 Onreskill 的轉移將使用「轉移至」指令碼覆蓋 ACD 技能Closed 用於基於客服專員技能、能力和知識的互動的自動化傳遞配置。
  • Onreskill 分支就像一個傳出電話,剛好會引發一個新的來電。 聯絡人的呼入部分將有新的聯絡 ID,但會保留原始的主 ID。
  • 應使用單獨的 Logcall actions記錄聯絡的兩個部分。

支援的指令碼類型

The icon for a Generic script type - a rectangle with < and > symbols inside it.

The icon for the Chat script type - a chat bubble with an ellipsis inside (...), in a diamond shape.

The icon for the Phone script type - an old-style phone handset with curved lines indicating sound coming out of it.

The icon for the Voicemail script type - a symbol that looks like a cassette tape - two circles sitting on a horizontal line.

The icon for the Work Item script type-a piece of paper with one corner folded down and a bullet list on it.

The icon for the Digital script type - a computer monitor with a smartphone next to it.

通用

聊天 電話 語音郵件 工作項目 數位

屬性

結果分支條件

結果分支條件允許您在指令碼中建立分支,以處理執行動作時的不同結果。

條件

描述

Default

指令碼未能滿足需要它採用其中一個分支的條件時採用的路徑。 如果沒有定義動作的其他分支,也會採用該路徑。