Skip to main content
Version: Next

Interaction Actions

Interaction actions are actions in Pimcore Copilot, that allow an interaction between editor and copilot in form of some kind of chat to:

  • 'discuss' a result until editor is happy with it
  • and in the end applying result to Pimcore data.

Configuration of Actions

In the Admin Backend UI you can create/edit the configurations for the Copilot. The configuration is located under Settings -> Pimcore Copilot -> Pimcore Copilot Configuration.

Additionally, you also can configure automation actions directly in symfony configuration files.

Type

Following configurations are available in the type section:

  • Context limitations: Limit context when action should be available (e.g. only when data objects of type Event is open). If left empty, the action is always available. For more information about available contexts, see Contexts.
  • Type: Define the type of the interaction action to be executed.
  • Configuration:
    • Optional additional configuration depending on the selected type in YAML format.
    • For further information on the configuration of built-in types, please refer to the documentation of the respective interaction types. Additionally, the configuration UI also offers inline help for further insights.

interaction-action-types.pnginteraction-action-types.pnginteraction-action-types.png

Action Permissions

Permission configuration for user and roles, please see Permissions for further information.