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 document provides reference documentation for the `UpdateEnvironmentRequest` class within the Dialogflow v3 API, specifically for the .NET environment, detailing its usage in updating environments."],["The `UpdateEnvironmentRequest` class, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, is used as the request message for `Environments.UpdateEnvironment` and includes the environment to update along with a field mask."],["The latest version available is 2.23.0, while the document's version context is for version 2.9.0, and other versions ranging from 1.0.0 to 2.22.0 are also available for this API."],["The `UpdateEnvironmentRequest` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members like `GetHashCode`, `GetType`, and `ToString` from the base object class."],["The class contains two constructors, including a default and one that takes another `UpdateEnvironmentRequest` object, and defines two key properties, `Environment` and `UpdateMask`, that are required to use the update function."]]],[]]