public sealed class UpdateEnvironmentRequest : IMessage<UpdateEnvironmentRequest>, IEquatable<UpdateEnvironmentRequest>, IDeepCloneable<UpdateEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class UpdateEnvironmentRequest.
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 latest version available for the `UpdateEnvironmentRequest` class in the Dialogflow v3 API is 2.23.0, while multiple previous versions are also available, spanning from 1.0.0 to 2.22.0."],["`UpdateEnvironmentRequest` is a class within the `Google.Cloud.Dialogflow.Cx.V3` namespace and is used for updating environments in the Dialogflow CX API."],["The `UpdateEnvironmentRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateEnvironmentRequest` class has two constructors: one default and another that takes an `UpdateEnvironmentRequest` object as a parameter."],["The class has two properties, `Environment` which represents the environment to update and is of type `Environment` and `UpdateMask`, which controls which fields get updated and is of type `FieldMask`."]]],[]]