Skip to content

Update

Usage

You can find the update functionality within the cxcli flow-version 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-version update "v1.0.0" --start-flow "Test Flow" --agent-name test-agent --project-id test-cx-346408 --location-id us-central1 --description "My updated flow version"

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

$ cxcli flow-version update "v1.0.0" --start-flow "Test Flow" --agent-name test-agent --project-id test-cx-346408 --location-id us-central1 --description "My updated flow version"
INFO Version updated

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