ReleaseChannel

  • Release channels define where and how versions of your Dialogflow CX agent are deployed.

  • Each release channel has a unique name, a currently deployed version, and a pending version (if any).

  • Versioning and channels help control the rollout and management of your agent updates.

  • You can identify versions and channels using their specific format including the project ID.

Definition of release channel resource.

YAML representation
name: string
currentVersion: string
pendingVersion: string
Fields
name

string

The unique name of the release channel in the following format. projects/{project}/releaseChannels/{release_channel}.

currentVersion

string

Version currently deployed to this release channel in the following format: projects/{project}/versions/{version}.

pendingVersion

string

Version to be deployed to this release channel in the following format: projects/{project}/versions/{version}.