Split Node¶
This node enables you to split incoming queries based on specific conditions to reduce inbound traffic. These conditions use context variables that define the scope of usage in the dialog task and intent transition conditions.
The syntax for defining a context variable is:
For example, intent is a context variable that defines the customer’s intent for a dialog. This variable can is defined in the condition as:
The system manages the context variables from AI for Service. Learn more.
Note
The split node is designed to support a maximum of 10 branches.
Configure the Node¶
General Settings¶
Select the General Settings icon and set up the following conditions:
- A Custom Name to identify the node.
- Under Execute branches where condition matches, define the IF/ELSE-IF/ELSE conditions using context variables and the AND OR operator.
- _IF _-Directs the flow on a specific path on meeting a specific criteria.
- ELSE-IF-This condition lets you configure another set of criteria for the flow to follow when the criteria in the initial If condition aren't met.
- ELSE-Directs the flow on a specific path if the set criteria aren't met.
- Under the first Action dropdown, select the Branch Name to route the logic to this branch when the conditions meet the criteria.
- Select Add ELSE-IF to add another set of criteria for the flow to follow when the previous criteria are not met.
-
Under the second Action dropdown, select the branch name corresponding to the ELSE condition. The flow routes to this branch if the IF/ELSE-IF criteria aren't met.
Note
The condition setup in Contact Center AI is similar to that of the Automation AI process. Learn more.
You can delete a condition by selecting Delete icon next to it.

Error Handling¶
Use this section to handle system errors during customer interactions.
-
Your Message to User: The message that will be played or displayed to the customer. Select one of the following options from under Choose your message type:
- Text to speech: This option allows you to transcribe text to speech. Type the text to be transcribed in the textbox or select an already configured message.
- Create a new prompt message to be played out for the Text to Speech message type by clicking + Create New. Enter a name for your message, and type its contents.
- Define multiple message types for the prompt message to be played to the customer by clicking + Add Another. In this case, one message will be randomly selected and played during runtime.

- Audio File: In the text field, type a new message to be played to the customer or click + Upload New to upload an audio file (.mp3 or .wav format) with the message to be played.

- Link: Click + Create New to add the text of the message you want to play to the customer and insert the URL of an audio file in .mp3 or .wav format. Click + Add Another to add another message URL.

- Text to speech: This option allows you to transcribe text to speech. Type the text to be transcribed in the textbox or select an already configured message.
-
Go to node: Select the node to which you want to direct the error handling flow and define the system behavior. You can create a new node by selecting a node type or identifying and selecting an existing node.
