Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
É possível exportar e importar entidades para simplificar a criação ou o movimento de grandes quantidades de dados de entidade.
Onde encontrar esses dados
Ao criar um agente,
o mais comum é usar o
console do Dialogflow ES. Acesse a documentação e abra o console (em inglês).
As instruções abaixo referem-se ao uso do Console.
Para acessar os dados de opções da entidade:
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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."]]