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.13.0, with links to older versions as well as the latest version 2.23.0."],["`UpdateEnvironmentRequest` is a request message used for updating environments, and it inherits from the base `Object` class and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateEnvironmentRequest` class has two constructors, a default one, and another that takes an `UpdateEnvironmentRequest` object as a parameter for creating a new object from an existing one."],["The class contains two key properties: `Environment`, representing the environment to be updated, and `UpdateMask`, which defines which fields within the environment should be updated, and they both provide a type and description."],["The webpage has links to all available versions of the documentation from 1.0.0 all the way to 2.23.0, allowing to access different implementations."]]],[]]