- endBusinessTaskWithCPFL(String, String, String) - Method in interface com.speechstorm.fish.scripting.APIContext
-
End the logging of a specific Business Task with a customer perceived failure result.
- endBusinessTaskWithCPFL(String, String, String) - Method in class com.speechstorm.fish.scripting.APIContextWrapper
-
- endBusinessTaskWithFailure(String, String, String) - Method in interface com.speechstorm.fish.scripting.APIContext
-
End the logging of a specific Business Task with failure result.
- endBusinessTaskWithFailure(String, String, String) - Method in class com.speechstorm.fish.scripting.APIContextWrapper
-
- endBusinessTaskWithHangup(String, String, String) - Method in interface com.speechstorm.fish.scripting.APIContext
-
End the logging of a specific Business Task with a "hangup" result.
- endBusinessTaskWithHangup(String, String, String) - Method in class com.speechstorm.fish.scripting.APIContextWrapper
-
- endBusinessTaskWithSuccess(String, String) - Method in interface com.speechstorm.fish.scripting.APIContext
-
End the logging of a specific Business Task with the result "success".
- endBusinessTaskWithSuccess(String, String) - Method in class com.speechstorm.fish.scripting.APIContextWrapper
-
- endBusinessTaskWithUnknownOutcome(String, String, String) - Method in interface com.speechstorm.fish.scripting.APIContext
-
End the logging of a specific Business Task with an unknown result.
- endBusinessTaskWithUnknownOutcome(String, String, String) - Method in class com.speechstorm.fish.scripting.APIContextWrapper
-
- entrySet() - Method in class com.speechstorm.fish.scripting.BasicDBRow
-
- evaluate(APIContext) - Method in class com.speechstorm.fish.scripting.ezscript.expressions.Constant
-
- evaluate(APIContext) - Method in interface com.speechstorm.fish.scripting.ezscript.expressions.Expression
-
- evaluate(APIContext) - Method in class com.speechstorm.fish.scripting.ezscript.expressions.GetLastResult
-
- evaluate(APIContext) - Method in class com.speechstorm.fish.scripting.ezscript.expressions.GetVariable
-
- execute(APIContext) - Method in class com.speechstorm.fish.scripting.ezscript.statements.SetVariable
-
- execute(APIContext) - Method in interface com.speechstorm.fish.scripting.ezscript.statements.Statement
-
- execute(Callflow) - Method in class com.speechstorm.fish.scripting.VUIUnitTestRun
-
- expandVariables(String) - Method in interface com.speechstorm.fish.scripting.APIContext
-
Parses the provided text, looking for standard variable placeholders such as:
[var:MyVariable] and replaces these with the appropriate value of the variable
- expandVariables(String) - Method in class com.speechstorm.fish.scripting.APIContextWrapper
-
- Expression - Interface in com.speechstorm.fish.scripting.ezscript.expressions
-
Base interface for all kinds of expression in EZScript.