- getCurrencyAmount(String) - Method in interface com.speechstorm.fish.indy.scripting.IndyAPI
-
Retrieve the amount from a GAAP formatted currency String (e.g.
- getCurrencyCode(String) - Method in interface com.speechstorm.fish.indy.scripting.IndyAPI
-
Retrieve the ISO 4217 from a GAAP formatted currency String (e.g.
- getLastBackendCallResult() - Method in interface com.speechstorm.fish.indy.scripting.IndyAPI
-
Returns the result of the last backend request.
- getRandomPercentage() - Method in interface com.speechstorm.fish.indy.scripting.IndyAPI
-
Returns a random percentage which can be used for routing a given number of calls in different directions.
- getResponseTemplateNames() - Method in interface com.speechstorm.fish.indy.scripting.IndyAPI
-
Returns a Set containing the names of the response templates configured in the Integration Hub GUI
- getTimeZone(String) - Method in interface com.speechstorm.fish.indy.scripting.IndyAPI
-
Returns the ZoneId value of a specified timezone name.
- getVariable(String) - Method in interface com.speechstorm.fish.indy.scripting.IndyAPI
-
Get the value of a variable held in session by it's name
- getVariableNames() - Method in interface com.speechstorm.fish.indy.scripting.IndyAPI
-
Return a Collection containing the variable names which are currently held in session.