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 version 1.6.0."],["It details the implementation of the `UpdateEnvironmentRequest` class, showing that it inherits from `Object` and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document outlines two constructors for the `UpdateEnvironmentRequest` class and describes the properties `Environment` and `UpdateMask`, including their types and descriptions."],["The webpage lists all available versions of the `UpdateEnvironmentRequest`, ranging from the latest 2.23.0 down to 1.0.0, with hyperlinks to their respective documentation."]]],[]]