You can create multiple versions of your agent and publish them to separate environments.
When you edit an agent, you are editing the draft agent. At any point, you can save the draft agent as an agent version, which is an immutable snapshot of your agent.
When you save the draft agent, it is published to the default environment. When you create agent versions, you can publish them to custom environments. You can create a variety of custom environments for:
Output only. The creation time of this version. This field is read-only, i.e., it cannot be set by create and update methods.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["Agent versions are immutable snapshots of an agent, allowing for the creation of multiple versions and their publication to various environments."],["Draft agent edits are saved as agent versions, which can then be published to default or custom environments, such as testing, development, or production."],["The JSON representation of an agent version includes details such as its name, description, version number, creation time, and status."],["Key fields for an agent version include its unique name identifier, an optional developer-provided description, a read-only sequential version number, a creation timestamp, and its read-only status."],["Agent version management methods include creating, deleting, retrieving, listing, and updating versions."]]],[]]