Google Cloud Dialogflow v2 API - Class DeleteGeneratorRequest (4.21.0)

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

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

Request of DeleteGenerator.

Inheritance

object > DeleteGeneratorRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

DeleteGeneratorRequest()

public DeleteGeneratorRequest()

DeleteGeneratorRequest(DeleteGeneratorRequest)

public DeleteGeneratorRequest(DeleteGeneratorRequest other)
Parameter
Name Description
other DeleteGeneratorRequest

Properties

GeneratorName

public GeneratorName GeneratorName { get; set; }

GeneratorName-typed view over the Name resource name property.

Property Value
Type Description
GeneratorName

Name

public string Name { get; set; }

Required. The generator resource name to delete. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>

Property Value
Type Description
string