Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Anda dapat mengekspor dan mengimpor entity untuk menyederhanakan pembuatan atau pemindahan
data entity dalam jumlah besar.
Tempat menemukan data ini
Saat membuat agen,
hal yang paling umum adalah menggunakan
konsol Dialogflow ES (kunjungi dokumentasi, buka konsol).
Petunjuk di bawah berfokus pada penggunaan konsol.
Untuk mengakses data opsi entitas:
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-09-03 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."]]