- 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 zip file. The zip file will contain data on all intents and entity types of the agent. - EXAMPLES
-
To export the agent of the current project to local file path/to/agent.zip:
gcloud alpha dialogflow agent export --destination="path/to/agent.zip"
To export the agent of the current project to agent.zip in Google Storage Bucket
mybucket
:gcloud alpha dialogflow agent export --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 help
for details. - API REFERENCE
-
This command uses the
dialogflow/v2
API. The full documentation for this API can be found at: https://cloud.google.com/dialogflow/ - NOTES
- This command is currently in alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-06 UTC.