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 a specific agent version's mutable properties using a `PATCH` HTTP request."],["The `PATCH` request is made to a specified endpoint using the format `https://{endpoint}/v2beta1/{version.name=projects/*/agent/versions/*}`, following gRPC Transcoding syntax."],["The `version.name` path parameter uniquely identifies the agent version, and the `updateMask` query parameter is mandatory for controlling which fields are updated."],["Both the request and response bodies are structured as instances of the `Version` resource, containing the data needed to update and the result of the update."],["Authorization to perform this operation requires one of two specified OAuth scopes, which are `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow`."]]],[]]