JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.speechstorm.fish.scripting.plugins
Interface Plugin
All Known Implementing Classes:
ConversationManagerPlugin
,
DialogflowV2DialogEnginePlugin
,
JOPv2DialogEnginePlugin
,
JOPv3DialogEnginePlugin
,
MicrosoftDialogEnginePlugin
,
NLSlotPlugin
,
PaymentUtilitiesPlugin
public interface
Plugin
Doesn't really do much, just defines a common interface that all plugins have to comply with. When you implement this, you should try to make sure that your plugin's constructor doesn't do any heavy lifting.
Author:
michael
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
getName
()
Method Detail
getName
java.lang.String getName()
Returns:
a name that's unique to this particular plugin class
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method