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."],[[["This webpage provides documentation for the `UpdateEnvironmentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for the .NET platform."],["The `UpdateEnvironmentRequest` class is used to update environments in the Dialogflow CX API and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists multiple versions of the `Google.Cloud.Dialogflow.Cx.V3` library, ranging from version 1.0.0 to 2.23.0, with 2.23.0 being the latest version."],["Key properties of the `UpdateEnvironmentRequest` class include `Environment`, which is the environment to update, and `UpdateMask`, which determines which fields are updated."],["Two constructors are available for `UpdateEnvironmentRequest`, a parameterless one, and one that uses another `UpdateEnvironmentRequest` object."]]],[]]