LuaConditionalRoutingTable Methods
A LuaConditionalRoutingTable
object is a table of conditional routing rules and prompts.
If you have a LuaConditionalRoutingTable
object, you can call its methods by using the ':
' operator. For example:
routingTable:getPrompt()
Method | Description |
---|---|
getPrompt | Retrieves the current prompt text. |
getRules | Retrieves the current table of LuaConditionalRoutingRule objects. |
setPrompts | Sets new prompt text. |
setRules | Sets a new table of LuaConditionalRoutingRule objects. |