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 details the `UpdateEnvironmentRequest` class, which is used to update environments in the Google Cloud Dialogflow CX V3 API, across multiple versions, from 1.0.0 to the latest 2.23.0."],["`UpdateEnvironmentRequest` is a sealed class that implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities and integrations within the framework."],["The class has two constructors: a default constructor and a copy constructor, with the copy constructor taking an `UpdateEnvironmentRequest` object as a parameter to create a new instance with the same data."],["The class includes two properties: `Environment`, representing the environment to be updated, and `UpdateMask`, which is used to control which fields within the environment are updated."],["It inherits functionalities from the `Object` class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, and belongs to the `Google.Cloud.Dialogflow.Cx.V3` namespace in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]