public sealed class UpdateEnvironmentRequest : IMessage<UpdateEnvironmentRequest>, IEquatable<UpdateEnvironmentRequest>, IDeepCloneable<UpdateEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class UpdateEnvironmentRequest.
The request message for
[Environments.UpdateEnvironment][google.cloud.dialogflow.v2.Environments.UpdateEnvironment].
public bool AllowLoadToDraftAndDiscardChanges { get; set; }
Optional. This field is used to prevent accidental overwrite of the default
environment, which is an operation that cannot be undone. To confirm that
the caller desires this overwrite, this field must be explicitly set to
true when updating the default environment (environment ID = -).
[[["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."],[[["This webpage provides documentation for the `UpdateEnvironmentRequest` class within the Google Cloud Dialogflow v2 API for .NET, covering versions 3.2.0 through 4.26.0, with the latest release being 4.26.0."],["The `UpdateEnvironmentRequest` class is designed to be used for updating environments, as indicated by its purpose as a request message for `Environments.UpdateEnvironment` in the Google Cloud Dialogflow v2 API."],["The class `UpdateEnvironmentRequest` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, signifying its role within the Google Cloud Protobuf ecosystem."],["Key properties of the `UpdateEnvironmentRequest` class include `AllowLoadToDraftAndDiscardChanges`, `Environment`, and `UpdateMask`, which control different aspects of the environment update process, including preventing accidental overwrites and selecting which fields to update."]]],[]]