Creator function to create a ConversationPluginCreatorDefinition object.
This object is the one that will be used by the library to interact with the conversation.
Conversation properties exposed to the plugin
The plugin data previously stored by this plugin with the getPluginData method.
A ConversationPluginCreatorDefinition object with methods to interact with the conversation.
A unique name for this plugin. You should set this to your plugin's package name to avoid name collisions.
Generated using TypeDoc
Conversation plugins are used to extend the functionality of a conversation.