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 webpage provides documentation for the `UpdateEnvironmentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for the .NET platform."],["This class is used as a request message for updating environments via the `Environments.UpdateEnvironment` method, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version for this documentation is `2.23.0`, with a list of previous versions available, all the way down to version `1.0.0`."],["Key properties of the `UpdateEnvironmentRequest` class include `Environment` which represents the environment to be updated, and `UpdateMask` which specifies which fields to update, both of these being required fields."],["The class offers two constructors, one default constructor and another that accepts another instance of the `UpdateEnvironmentRequest` class, and it inherits members from the base `Object` class."]]],[]]