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 reference documentation for the `UpdateEnvironmentRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET library."],["The latest version of the API documented is 4.26.0, with the current page focusing on version 4.15.0, and it lists versions back to 3.2.0 for historical context."],["The `UpdateEnvironmentRequest` class is used to send a request for updating an environment within Dialogflow, and it includes properties like `AllowLoadToDraftAndDiscardChanges`, `Environment`, and `UpdateMask`."],["The `UpdateEnvironmentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, in the Google Protobuf library, and inherits from the `object` class."],["The request message is for the `Environments.UpdateEnvironment`, which means it's used when you want to modify an environment in Google Cloud Dialogflow."]]],[]]