Case

작업의 Variable 속성 값을 기반으로 여러 사용자 지정 브랜치를 설정할 수 있습니다.

예를 들어 채팅창이 컨택에 채팅 전 양식을 제공하는 채팅 스크립트에 Case 작업이 사용될 수 있습니다. 양식의 드롭다운에서 컨택은 채팅할 제품 목록에서 선택합니다. 제품은 스크립트의 Begin 작업에서 변수로 설정되고 Case 작업은 컨택이 선택한 제품에 따라 다양한 브랜치를 설정하는 데 사용됩니다.

단일 Case 작업에서 사용할 수 있는 브랜치 수에는 제한이 없습니다.

Dependencies

  • 가능한 각각의 모든 변수 값에 대해, 사용자 정의 브랜치 조건을 생성해야 합니다.
  • 항상 Case 작업의 Default 브랜치를 연결하십시오. Variable 속성의 변수에 다르거나 예상치 못한 값이 보유되는 경우 특히 중요합니다. Default 브랜치를 연결하면 스크립트가 예상치 못한 값을 처리할 수 있습니다.

Supported Script Types

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

The icon for the Email script type - a large @ symbol in a diamond.

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 SMS script type - a smart phone with a chat bubble coming out of it.

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

일반

이메일 채팅 전화 음성 사서함 작업 항목 SMS 디지털

Input Properties

이러한 속성은 실행할 때 작업이 사용하는 데이터를 정의합니다.

속성

설명

캡션 추가

스크립트에서 이 작업을 고유하게 식별하는 짧은 문구를 입력합니다. 캡션은 스크립트 캔버스의 작업 아이콘 아래에 표시됩니다. The default is the action name.

Variable CASE이(가) 값을 가져오기를 원하는 변수의 이름입니다.

Result Branch Conditions

결과 브랜치 조건을 사용하면 작업이 실행될 때 여러 결과를 처리하기 위해 스크립트에 브랜치를 생성할 수 있습니다.

조건

설명

Default 다른 분기를 사용하기를 요구하는 조건을 스크립트가 충족하지 않는다면 사용되는 경로입니다. 작업의 다른 분기가 정의되지 않았을 때도 사용되는 경로입니다.

Add a Variable Branch to a CASE Action

Case variables are added by using the connector or link to the appropriate action.

  1. On the canvas, drag a connector from the Case action to a different action.

    The Pick Branch window will open, as follows:

  2. Click the Plus sign (+) to create a new branch.

  3. Enter the value of the variable that will trigger this branch to be taken, for example '1.'
  4. Click OK.
  5. Repeat as needed for each branch.

Script Example

이 예시는 완전한 스크립트가 아닙니다. 이 작업을 사용하려면 추가 스크립팅 작업이 필요합니다.

In this example, Case is connected to three different Runscript actions. If a call comes in with a DNIS닫힘 인바운드 음성 통화를 위해 연결된 컨택 수와 상담원 또는 아웃바운드 음성 통화에서 연결된 시스템 수를 확인합니다. of 8881234567, then the Sales Runscript action runs a designated subscript. If the DNIS is 8771234567, then the Collections Runscript action runs a different script. Finally, if call does not come in on either of those DNIS numbers, the Customer Service Runscript action triggers a subscript.

Would you like to download this script?