Google Cloud Dialogflow v2 API - Class DeleteEnvironmentRequest (4.18.0)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class DeleteEnvironmentRequest.

The request message for [Environments.DeleteEnvironment][google.cloud.dialogflow.v2.Environments.DeleteEnvironment].

Inheritance

object > DeleteEnvironmentRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

DeleteEnvironmentRequest()

public DeleteEnvironmentRequest()

DeleteEnvironmentRequest(DeleteEnvironmentRequest)

public DeleteEnvironmentRequest(DeleteEnvironmentRequest other)
Parameter
NameDescription
otherDeleteEnvironmentRequest

Properties

EnvironmentName

public EnvironmentName EnvironmentName { get; set; }

EnvironmentName-typed view over the Name resource name property.

Property Value
TypeDescription
EnvironmentName

Name

public string Name { get; set; }

Required. The name of the environment to delete. / Format:

  • projects/<Project ID>/agent/environments/<Environment ID>
  • projects/<Project ID>/locations/<Location ID>/agent/environments/<Environment ID>

The environment ID for the default environment is -.

Property Value
TypeDescription
string