The getMatch method gets the input text part of a conditional routing rule from a LuaConditionalRoutingRule object. A LuaConditionalRoutingRule object is a conditional routing rule, with input text and the task to route to.
getMatch()
(strings) The input text from the rule.
local ruleText = routingRule:getMatch()
|
|