Export Dependencies in AI Agent

Updated 

Managing large Conversational AI applications involves working with multiple object entities such as custom fields, variables, and other configurable objects. However, there is no centralized way to identify where these entities are used across Dialogue Trees within an app. The Export Dependencies capability addresses this gap by enabling you to export a complete dependency map of all object entities used in AI Agent App.

This helps teams analyze usage, audit configurations, and safely refactor applications.

Export Details

The exported file is generated in JSON format and includes:

  • A list of all object entities used in the application
  • For each entity:

    • Dialogue Tree name(s)
    • Dialogue Tree ID(s) where the entity is referenced

This allows you to quickly determine where a specific entity (for example, a custom field) is used.

Export Dependencies

Follow these steps to export dependencies:

  1. Click the New Tab icon.

  2. Under Persona Apps, select AI Agent Builder.

  3. On the application screen, hover over the application card.

  4. Click the Export Dependencies icon.

  5. After the export is generated, a success message appears automatically.

  6. Click the Notifications icon in the platform.

  7. In the notification, click the download link.

  8. Download the JSON file containing the dependency data.

Result

You receive a JSON file that contains the complete dependency mapping for the selected AI Agent App, enabling easier analysis and maintenance of your application.