Note that this method does not allow you to update the state of the agent the given version points to. It allows you to update only mutable properties of the version resource.
[[["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."],[[["This webpage details how to update mutable properties of a specified agent version using a PATCH HTTP request."],["The `version.name` path parameter is a required string that uniquely identifies the agent version, in either a project-level or location-specific format."],["The `updateMask` query parameter is a required comma-separated list of field names that specifies which mutable fields should be updated."],["Both the request and response bodies contain an instance of the Version resource, and only mutable properties can be updated."],["To successfully update an agent version, the request must be authorized with either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scope."]]],[]]