Interface AIActionsPluginExtension

All Superinterfaces:
PluginExtension

@API(type=EXTENDABLE, src=PUBLIC) public interface AIActionsPluginExtension extends PluginExtension
Plug-in extension that provides external AI actions
Since:
27.1

**************************************
EXPERIMENTAL - Subject to change
**************************************

Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.

  • Method Details

    • getExternalAIActionsDefinitionLocations

      List<URL> getExternalAIActionsDefinitionLocations()
      Get the external AI action definition locations
      Returns:
      The external AI action definition locations.
    • getActionIDsToExclude

      List<String> getActionIDsToExclude()
      Get a list of action IDs to exclude.
      Returns:
      a list of action IDs to exclude. Can be null