public sealed class UpdateEnvironmentRequest : IMessage<UpdateEnvironmentRequest>, IEquatable<UpdateEnvironmentRequest>, IDeepCloneable<UpdateEnvironmentRequest>, IBufferMessage, IMessage
The request message for [Environments.UpdateEnvironment][google.cloud.dialogflow.cx.v3.Environments.UpdateEnvironment].
[[["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-21 UTC."],[[["The latest version of the `UpdateEnvironmentRequest` is 2.23.0, as shown by the provided list of versions, but the current documentation is for version 1.9.0."],["This page documents the `UpdateEnvironmentRequest` class, which is used for updating environments in the Dialogflow CX API."],["The `UpdateEnvironmentRequest` class has properties such as `Environment` and `UpdateMask`, for setting the specific environment and the fields to update, respectively."],["The `UpdateEnvironmentRequest` class has two constructors: one default and one that takes another `UpdateEnvironmentRequest` as a parameter to copy its values."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, inheriting its various methods."]]],[]]