Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Sie können Entitäten exportieren und importieren, um das Erstellen oder Verschieben großer Mengen an Entitätsdaten zu vereinfachen.
Wo finde ich diese Daten?
In der Regel erstellen Sie Agents mit der Dialogflow ES-Konsole (Dokumentation ansehen, Konsole öffnen).
Die folgende Anleitung bezieht sich auf die Konsole.
So greifen Sie auf Daten zu Entitätsoptionen zu:
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-18 (UTC)."],[[["\u003cp\u003eEntities can be exported and imported to simplify the management of large datasets.\u003c/p\u003e\n"],["\u003cp\u003eEntity data is located within the Dialogflow ES console, accessible by selecting "Entities" in the sidebar after choosing an agent.\u003c/p\u003e\n"],["\u003cp\u003eImport and export of entities are supported in either JSON or CSV formats.\u003c/p\u003e\n"],["\u003cp\u003eCSV format requires each entry on one line, enclosed in double quotes, with values separated by commas, and the reference value should be at the beginning of the line, for a map entity.\u003c/p\u003e\n"],["\u003cp\u003eEntities can be exported by hovering over an entity and clicking the download icon, while importing is done by clicking the "more" icon and then "Upload entity".\u003c/p\u003e\n"]]],[],null,["# Export and import entities\n\nYou can export and import entities to simplify creation or movement\nof large amounts of entity data.\n\nWhere to find this data\n-----------------------\n\nWhen building an agent,\nit is most common to use the\nDialogflow ES console ([visit documentation](/dialogflow/docs/console), [open console](https://dialogflow.cloud.google.com)).\nThe instructions below focus on using the console.\nTo access entity options data:\n\n1. Go to the [Dialogflow ES console](https://dialogflow.cloud.google.com).\n2. Select an agent.\n3. Select **Entities** in the left sidebar menu.\n4. Select the **Custom** tab for [custom entities](/dialogflow/docs/entities-custom) defined for your agent or the **System** tab for [system entities](/dialogflow/docs/entities-system) used by your agent.\n\nFormat\n------\n\nThe hand-editable import/export format is either JSON or CSV.\n\n### JSON format\n\nSee the\n[`EntityType`](/dialogflow/docs/reference/common-types#entitytypes)\nREST reference.\n\n### CSV format\n\nThe CSV content should have the following format:\n\n- Each entity entry is on one line and ends with a newline.\n- Each value should be enclosed in double quotes.\n- Each value should be separated by commas.\n- For a [map entity](/dialogflow/docs/entities-options#map):\n - The reference value should be at the beginning of the line, followed by synonyms.\n - Include the reference value twice if you want it to be matched by the entity.\n- For a [list entity](/dialogflow/docs/entities-options#list):\n - Each line contains a single value.\n\nFor example, the following are two map entity entries: \n\n \"New York City\", \"New York City\", \"NYC\", \"New York City, USA\"\n \"Philadelphia\", \"Philadelphia\", \"Philly\", \"Philadelphia, USA\"\n\nExport\n------\n\nTo export an entity:\n\n1. Hover your mouse over an entity and click the cloud download *cloud_download* icon.\n2. Choose **JSON** or **CSV** for the format.\n3. Choose a location on your system to save the file.\n\nImport\n------\n\nTo import an entity:\n\n1. Click the more *more_vert* icon.\n2. Click **Upload entity** and choose the file."]]