Export an NLU model

  • Release version: Washingtondc
  • Updated February 1, 2024
  • 1 minute to read
  • Export a Natural Language Understanding (NLU) model to create a CSV file of the intents and utterances. You can then use the CSV file to edit, share, and import.

    Before you begin

    • Make sure that the NLU Workbench plugin, NLU Workbench - Core plugin, and Predictive Intelligence plugin are all installed and activated on your instance.
    • Role required: nlu_editor, nlu_admin, or admin

    About this task

    Exporting an NLU model creates a CSV file. The file contains a table of the utterances from the model and the matched intents. The data comes from the Utterances tab for each intent in the model.

    Note:
    The file doesn't contain the sources of the utterances. Also the file doesn't transfer entities or vocabulary associated with the model. To export all model data, see Add an NLU model to an update set.

    Procedure

    1. Navigate to All > NLU Workbench > Models.
      The Virtual Agent tab opens by default.
    2. Select the tab for your model's application, and find your model in the list.
    3. Scroll to the far right column of your model's row, and select the more options menu of the model you want to export.

      More options menu with the export model as CSV option highlighted.

    4. In the more options menu, click Export model as CSV.
      The model CSV file downloads to your browser.

    What to do next

    You can use the CSV file to share the model or edit the utterances. You can also create a model by importing the CSV file. For more information, see Create an NLU model from a CSV file.