Google Cloud Dialogflow v2beta1 API - Class DeleteToolRequest (1.0.0-beta24)

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

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

Request of DeleteTool.

Inheritance

object > DeleteToolRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

DeleteToolRequest()

public DeleteToolRequest()

DeleteToolRequest(DeleteToolRequest)

public DeleteToolRequest(DeleteToolRequest other)
Parameter
Name Description
other DeleteToolRequest

Properties

Name

public string Name { get; set; }

Required. The tool resource name to delete. Format: projects/<Project ID>/locations/<Location ID>/tools/<Tool ID>

Property Value
Type Description
string

ToolName

public ToolName ToolName { get; set; }

ToolName-typed view over the Name resource name property.

Property Value
Type Description
ToolName