Skip to content

Update

Usage

You can find the update functionality within the cxcli flow update subcommand. You can read the documentation about this command here.

Example

Here is a simple example of the cxcli flow update command:

cxcli flow update my-flow --agent-name test-agent --project-id test-cx-346408 --location-id us-central1 --description "My updated test flow"

The above command will give you output similar to the following:

$ cxcli flow update my-flow --agent-name test-agent --project-id test-cx-346408 --location-id us-central1 --description "My updated test flow"
INFO Flow updated

If you want to learn more about Dialogflow CX flow update, refer to the official documentation.