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 documents the `UpdateEnvironmentRequest` class, which is used to update an environment in the Dialogflow CX API."],["The `UpdateEnvironmentRequest` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is implemented in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with multiple functions, and includes two constructors, one that is empty, and one that takes another `UpdateEnvironmentRequest` as a parameter."],["The class has two properties, `Environment` of type `Environment`, and `UpdateMask` of type `FieldMask`, both of which are required for updating an environment."],["The page lists various versions of the `Google.Cloud.Dialogflow.Cx.V3` package, from version 1.0.0 to 2.23.0, including the latest version which is 2.23.0."]]],[]]