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 content provides documentation for the `UpdateEnvironmentRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for the .NET implementation."],["The latest version of `UpdateEnvironmentRequest` is version 2.23.0, and the documentation offers a history of the class back to version 1.0.0."],["`UpdateEnvironmentRequest` is a request message used for updating environments in Dialogflow CX, inheriting from various interfaces and implementing methods like `IMessage` and `IEquatable`."],["The class contains two key properties, `Environment` and `UpdateMask`, which are required to specify the environment to be updated and the fields that should be modified."],["The `UpdateEnvironmentRequest` class has two constructors, a default one with no arguments and another one that takes in another `UpdateEnvironmentRequest` as a parameter."]]],[]]