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.11.0."],["This class is used to create request messages for updating environments, as part of the Dialogflow CX API, and it has several implementations, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a list of available versions ranging from 1.0.0 to 2.23.0 (latest), allowing users to navigate to the documentation of different releases."],["The `UpdateEnvironmentRequest` class contains two main properties which include the `Environment` and `UpdateMask`, for specifying the environment being updated, and the specific fields that are to be updated."],["The provided documentation highlights the inheritance of the `UpdateEnvironmentRequest` class, as well as its inherited members and constructors."]]],[]]