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 updating environments in Google Cloud Dialogflow CX."],["It offers versioned documentation ranging from version 1.0.0 up to the latest version 2.23.0, with version 2.1.0 highlighted at the top."],["The `UpdateEnvironmentRequest` class is part of the `Google.Cloud.Dialogflow.Cx.V3` assembly and is used in the `Environments.UpdateEnvironment` method for updating environment properties."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, offering methods for property management and object manipulation."],["Two properties, `Environment` and `UpdateMask`, are required for updating the environment, the former being the target environment to update, and the latter being a mask to control which of the environment fields to update."]]],[]]