Stay organized with collectionsSave and categorize content based on your preferences.
This page shows how to create, delete, copy, and moveintents.
Where to find this data
When building an agent,
it is most common to use the
Dialogflow ES console (visit documentation,open console).
The instructions below focus on using the console.
To access intent data:
If you are building an agent using the API instead of the console, see theIntents reference.
The API field names are similar to the console field names.
The instructions below highlight any important differences between the console and the API.
Create intents
To create an intent:
Click the addaddbutton next toIntentsin the left sidebar menu.
Enter a name for your intent.
Your intent name should represent the end-user expressions it recognizes.
ClickSave.
Delete intents
To delete an intent:
From the intent list, hover your mouse pointer over the intent.
Click the deletedelete_outlinebutton.
Copy or move intents
To copy or move one or more intents to another agent:
From the intents list, hover your mouse pointer over the intent.
Select intent(s) that you want to copy or move.
ClickCopyorMove.
Choose a destination agent from the drop down menu.
Check any of the following additional options:
Copy related entities:
Copies or moves anyentitiesthat are related to the intents being copied or moved.
Overwrite entities:
Overwritesentitieswith the same name in the destination agent.
Overwrite intents:
Overwrites intents with the same name in the destination agent.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThis guide details how to manage intents within the Dialogflow ES console, including creation, deletion, copying, and moving.\u003c/p\u003e\n"],["\u003cp\u003eAccess intent data by navigating to the Intents section in the left sidebar menu of the Dialogflow ES console after selecting your agent.\u003c/p\u003e\n"],["\u003cp\u003eCreating an intent involves clicking the add button, entering a representative name for the intent, and saving it.\u003c/p\u003e\n"],["\u003cp\u003eDeleting intents is permanent and requires hovering over the intent and clicking the delete button from the list.\u003c/p\u003e\n"],["\u003cp\u003eCopying or moving intents between agents involves selecting the intent, choosing to copy or move, selecting a destination agent, and managing related entities or overwrites.\u003c/p\u003e\n"]]],[],null,["# Create and manage intents\n\nThis page shows how to create, delete, copy, and move\n[intents](/dialogflow/docs/intents-overview).\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 intent data:\n\n1. Go to the [Dialogflow ES console](https://dialogflow.cloud.google.com).\n2. Select an agent.\n3. Select **Intents** in the left sidebar menu.\n\nIf you are building an agent using the API instead of the console, see the\n[Intents reference](/dialogflow/docs/reference/common-types#intents).\nThe API field names are similar to the console field names.\nThe instructions below highlight any important differences between the console and the API.\n\nCreate intents\n--------------\n\nTo create an intent:\n\n1. Click the add *add* button next to **Intents** in the left sidebar menu.\n2. Enter a name for your intent. Your intent name should represent the end-user expressions it recognizes.\n3. Click **Save**.\n\nDelete intents\n--------------\n\n| **Warning:** Deleting intents cannot be undone. Check the intents you've selected prior to proceeding.\n\nTo delete an intent:\n\n1. From the intent list, hover your mouse pointer over the intent.\n2. Click the delete *delete_outline* button.\n\nCopy or move intents\n--------------------\n\nTo copy or move one or more intents to another agent:\n\n1. From the intents list, hover your mouse pointer over the intent.\n2. Select intent(s) that you want to copy or move.\n3. Click **Copy** or **Move**.\n4. Choose a destination agent from the drop down menu.\n5. Check any of the following additional options:\n - **Copy related entities** : Copies or moves any [entities](/dialogflow/docs/entities-overview) that are related to the intents being copied or moved.\n - **Overwrite entities** : Overwrites [entities](/dialogflow/docs/entities-overview) with the same name in the destination agent.\n - **Overwrite intents**: Overwrites intents with the same name in the destination agent.\n6. Click **Start**."]]