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 a list of versions for the `UpdateEnvironmentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, ranging from version 1.0.0 to the latest version 2.23.0."],["`UpdateEnvironmentRequest` is a class used to request the updating of an environment, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `UpdateEnvironmentRequest` has properties for `Environment` (of type `Google.Cloud.Dialogflow.Cx.V3.Environment`) and `UpdateMask` (of type `Google.Protobuf.WellKnownTypes.FieldMask`), which are required for updating the environment."],["The webpage details that `UpdateEnvironmentRequest` has two constructors, a default constructor, and a copy constructor that takes another `UpdateEnvironmentRequest` as a parameter."]]],[]]