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 page provides reference documentation for the `UpdateEnvironmentRequest` class within the Google Cloud Dialogflow CX V3 API, detailing its usage for updating environments."],["It lists multiple versions of the `UpdateEnvironmentRequest` class, ranging from version 1.0.0 to the latest version 2.23.0, with links to their respective documentation."],["`UpdateEnvironmentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities for manipulating environment updates."],["The class includes properties like `Environment` (the environment to update) and `UpdateMask` (control over updated fields), both essential components for executing an update request."],["The document details the Constructors of the `UpdateEnvironmentRequest` class, being a default constructor and one taking `UpdateEnvironmentRequest` as a parameter."]]],[]]