Skip to content Skip to footer

Branch On Chat

This node type processes the most recent chat message that was received from the customer and allows branching based on the content of the chat.

There are no parameters for this node type.

To branch on a specific field value, you need to add an optional branch by right-clicking on the node name and selecting Add “Match” Branch.

To set the branch parameters (field to match, match type and match value), select the new branch by left-clicking on the branch.

The following branches can be taken:

BranchHow many?TypeDescription
Match1 to 30The branch to take if a specific field is matched.
Field To MatchEnumThe type of field to match: MessageFrom, or To.
Match TypeEnumThe type of match: Equals or Contains.
Match ValueStringThe string to match.

Note: If required, this parameter can be set to User-configurable so that it can accept a value specified by a company administrator. For more information, see Adding user-configurable values.
OptionsOptional parameters for chat messages.
Maximum Difference Allowed0 or 1IntegerThe maximum number of differences allowed when checking the Match Value string.

For example, if the Match Value string is set to “hello” and the Maximum Difference Allowed integer is set to 1 then the string “helpo” would match, but “heppo” would not.

This parameter can be set to User-configurable.
No Match1The branch to take if no other branches match.