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, part of the Google.Cloud.Dialogflow.Cx.V3 namespace."],["This page provides access to various versions of `UpdateEnvironmentRequest`, ranging from version 1.0.0 up to the latest version 2.23.0."],["`UpdateEnvironmentRequest` is a message class used for updating environments, and it implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateEnvironmentRequest` class includes properties for `Environment` and `UpdateMask`, where `Environment` is the environment to update, and `UpdateMask` controls which fields are updated."],["There are two constructors available for creating an `UpdateEnvironmentRequest` instance: a default constructor and a constructor that takes another `UpdateEnvironmentRequest` as a parameter."]]],[]]