Package | Description |
---|---|
com.speechstorm.fish.scripting | |
com.speechstorm.fish.scripting.plugins |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Plugin> |
APIContext.getPlugins()
Returns a map of all Plugins currently available in the call
|
java.util.Map<java.lang.String,Plugin> |
APIContextWrapper.getPlugins() |
Modifier and Type | Class and Description |
---|---|
class |
ConversationManagerPlugin
Just a 'Plugin' wrapper around a ConversationManagerCLIData object.
|
class |
DialogflowV2DialogEnginePlugin
Acts as a bridge between a Script block and the DialogFlowV2DialogEngine
object that's stored in the VuiContext.
|
class |
JOPv2DialogEnginePlugin
Acts as a bridge between a Script block and the JOPv2DialogEngine object
that's stored in the VuiContext.
|
class |
JOPv3DialogEnginePlugin |
class |
MicrosoftDialogEnginePlugin
Acts as a bridge between a Script block and the MicrosoftDialogEngine object
that's stored in the VuiContext.
|
class |
NLSlotPlugin
Acts as a bridge between a Script block and the SlotBucketDialogEngine
object that's stored in the VuiContext.
|
class |
PaymentUtilitiesPlugin
Provides an interface onto the BinDetails objects so that scripts can
perform a BIN-to-card-type mapping.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Plugin> |
InboundSMSPluginFactory.createPlugins(com.speechstorm.fish.sms.InboundSMSContext vuiContext_p) |
java.util.Map<java.lang.String,Plugin> |
VUIPluginFactory.createPlugins(com.speechstorm.fish.runtime.VuiContext vuiContext_p) |