Google Cloud Dialogflow v2beta1 API - Class UpdateEnvironmentRequest (1.0.0-beta15)

public sealed class UpdateEnvironmentRequest : IMessage<UpdateEnvironmentRequest>, IEquatable<UpdateEnvironmentRequest>, IDeepCloneable<UpdateEnvironmentRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class UpdateEnvironmentRequest.

The request message for [Environments.UpdateEnvironment][google.cloud.dialogflow.v2beta1.Environments.UpdateEnvironment].

Inheritance

object > UpdateEnvironmentRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

UpdateEnvironmentRequest()

public UpdateEnvironmentRequest()

UpdateEnvironmentRequest(UpdateEnvironmentRequest)

public UpdateEnvironmentRequest(UpdateEnvironmentRequest other)
Parameter
NameDescription
otherUpdateEnvironmentRequest

Properties

AllowLoadToDraftAndDiscardChanges

public bool AllowLoadToDraftAndDiscardChanges { get; set; }

Optional. This field is used to prevent accidental overwrite of the draft 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 draft environment (environment ID = -).

Property Value
TypeDescription
bool

Environment

public Environment Environment { get; set; }

Required. The environment to update.

Property Value
TypeDescription
Environment

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The mask to control which fields get updated.

Property Value
TypeDescription
FieldMask