Google Cloud Dialogflow v2beta1 API - Class DeleteEnvironmentRequest (1.0.0-beta16)

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

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

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

Inheritance

object > DeleteEnvironmentRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

DeleteEnvironmentRequest()

public DeleteEnvironmentRequest()

DeleteEnvironmentRequest(DeleteEnvironmentRequest)

public DeleteEnvironmentRequest(DeleteEnvironmentRequest other)
Parameter
Name Description
other DeleteEnvironmentRequest

Properties

EnvironmentName

public EnvironmentName EnvironmentName { get; set; }

EnvironmentName-typed view over the Name resource name property.

Property Value
Type Description
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>
Property Value
Type Description
string