LuaConditionalRoutingRule Methods

A LuaConditionalRoutingRule object is a conditional routing that maps some input text to a destination task.

If you have a LuaConditionalRoutingRule object, you can call its methods by using the ':' operator. For example:

routingRule:getMatch()
Constructor Description
LuaConditionalRoutingRule:new Constructs a new conditional routing rule.
Method Description
getMatch Gets the input text part of the conditional routing rule object.
getRouting Gets the task routing part of the conditional routing rule object.