gcloud alpha dialogflow agent export Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud alpha dialogflow agent export - export the Dialogflow agent to a zip file
- SYNOPSIS
gcloud alpha dialogflow agent export--destination=DESTINATION[--async][GCLOUD_WIDE_FLAG …]
- DESCRIPTION
(ALPHA)Export the Dialogflow agent of the current project to a zipfile. The zip file will contain data on all intents and entity types of theagent.- EXAMPLES
- To export the agent of the current project to local file path/to/agent.zip:
gcloudalphadialogflowagentexport--destination="path/to/agent.zip"To export the agent of the current project to agent.zip in Google Storage Bucket
mybucket:gcloudalphadialogflowagentexport--destination="gs://mybucket/agent.zip" - REQUIRED FLAGS
--destination=DESTINATION- Path to a file or the URI to a Google Cloud Storage to save the agent to. Note:A URI must start with "gs://".
- OPTIONAL FLAGS
--async- Return immediately, without waiting for the operation in progress to complete.
- GCLOUD WIDE FLAGS
- These flags are available to all commands:
--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run
$gcloud helpfor details. - API REFERENCE
- This command uses the
dialogflow/v2API. The full documentation forthis API can be found at:https://cloud.google.com/dialogflow/ - NOTES
- This command is currently in alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-07 UTC.