- releaseASR() - Method in interface com.speechstorm.fish.scripting.APIContext
-
Sets a flag to say that we should render the VXML instruction to release
the current ASR session at the next available opportunity.
- releaseASR() - Method in class com.speechstorm.fish.scripting.APIContextWrapper
-
- RemoteDataResult - Interface in com.speechstorm.fish.scripting
-
Interface to provide asynchronous integration calls.
- RemoteEmailDataResult - Class in com.speechstorm.fish.scripting
-
An implementation of RemoteDataResult specifically for sending simple emails.
- RemoteEmailDataResult(List<String>, String, String, String, int) - Constructor for class com.speechstorm.fish.scripting.RemoteEmailDataResult
-
- RemoteException - Exception in com.speechstorm.fish.scripting
-
Represents any exception that occurred while calling an
asynchronous integration method.
- RemoteException() - Constructor for exception com.speechstorm.fish.scripting.RemoteException
-
Constructs a new IntegrationException without specified detail message.
- RemoteException(String) - Constructor for exception com.speechstorm.fish.scripting.RemoteException
-
Constructs a new IntegrationException with specified detail message.
- RemoteException(Throwable) - Constructor for exception com.speechstorm.fish.scripting.RemoteException
-
Constructs a new IntegrationException with specified nested Throwable.
- RemoteException(String, Throwable) - Constructor for exception com.speechstorm.fish.scripting.RemoteException
-
Constructs a new IntegrationException with specified detail message and
nested Throwable.
- RemoteHttpDataResult - Class in com.speechstorm.fish.scripting
-
An implementation of RemoteDataResult specifically for calling
HTTP get/post methods on a remote server.
- RemoteHttpDataResult(String, String, Map<String, String>, int) - Constructor for class com.speechstorm.fish.scripting.RemoteHttpDataResult
-
- RemoteHttpDataResult(String, String, String, String, int) - Constructor for class com.speechstorm.fish.scripting.RemoteHttpDataResult
-
- RemoteHttpDataResult(String, String, List<String>, Map<String, String>, int) - Constructor for class com.speechstorm.fish.scripting.RemoteHttpDataResult
-
- RemoteHttpDataResult(String, String, List<String>, String, String, int) - Constructor for class com.speechstorm.fish.scripting.RemoteHttpDataResult
-
- RemoteTimeoutException - Exception in com.speechstorm.fish.scripting
-
Represents any exception that occurred while calling an
asynchronous integration method, which was specifically
caused by a timeout - either an issue connecting with
the server, or a slow response once the server has been
contacted.
- RemoteTimeoutException() - Constructor for exception com.speechstorm.fish.scripting.RemoteTimeoutException
-
Constructs a new IntegrationException without specified detail message.
- RemoteTimeoutException(String) - Constructor for exception com.speechstorm.fish.scripting.RemoteTimeoutException
-
Constructs a new IntegrationException with specified detail message.
- RemoteTimeoutException(Throwable) - Constructor for exception com.speechstorm.fish.scripting.RemoteTimeoutException
-
Constructs a new IntegrationException with specified nested Throwable.
- RemoteTimeoutException(String, Throwable) - Constructor for exception com.speechstorm.fish.scripting.RemoteTimeoutException
-
Constructs a new IntegrationException with specified detail message and
nested Throwable.
- remove(Object) - Method in class com.speechstorm.fish.scripting.BasicDBRow
-
- retrieveContextFromCTI(String) - Method in interface com.speechstorm.fish.scripting.APIContext
-
This function should be used in tandem with the "generateCTICodeForContextTransfer" API function, please read the documentation
for that function to understand the use case.
- retrieveContextFromCTI(String) - Method in class com.speechstorm.fish.scripting.APIContextWrapper
-
Saves the current context into the call_contexts database table and
generates a URL for Visual IVR that allows it to be retrieved
- runScript(Script, APIContext) - Method in class com.speechstorm.fish.scripting.CompiledScriptCache
-