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, startSession
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isAvailable
public JOPv3DialogEnginePlugin(com.speechstorm.fish.runtime.VuiContext vuiContext_p)
public java.lang.String getName()
getName
in interface Plugin
getName
in class JOPv2DialogEnginePlugin
public boolean isSlotFailure()
NaturalLanguagePlugin
isSlotFailure
in interface NaturalLanguagePlugin
isSlotFailure
in class JOPv2DialogEnginePlugin
public boolean isRecognitionFailure()
isRecognitionFailure
in interface NaturalLanguagePlugin
isRecognitionFailure
in class JOPv2DialogEnginePlugin
public boolean isDeveloperModeAvailable()