public class JOPv3DialogEnginePlugin extends JOPv2DialogEnginePlugin
| Constructor and Description |
|---|
JOPv3DialogEnginePlugin(com.speechstorm.fish.runtime.VuiContext vuiContext_p) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
boolean |
isDeveloperModeAvailable()
Checks the server settings to see if developer mode is available.
|
boolean |
isRecognitionFailure() |
boolean |
isSlotFailure()
Enables the runtime to check if the NL engine has failed in filling a slot value.
|
clearSlot, getCurrentIntent, getLastResponse, getNextPrompt, getSlots, isCompleted, isLiveAgentHandoffRequested, processUserInput, processUserInput, startSession, startSessionequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAvailablepublic JOPv3DialogEnginePlugin(com.speechstorm.fish.runtime.VuiContext vuiContext_p)
public java.lang.String getName()
getName in interface PlugingetName in class JOPv2DialogEnginePluginpublic boolean isSlotFailure()
NaturalLanguagePluginisSlotFailure in interface NaturalLanguagePluginisSlotFailure in class JOPv2DialogEnginePluginpublic boolean isRecognitionFailure()
isRecognitionFailure in interface NaturalLanguagePluginisRecognitionFailure in class JOPv2DialogEnginePluginpublic boolean isDeveloperModeAvailable()