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

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

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

Request message of GetTool.

Inheritance

object > GetToolRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

GetToolRequest()

public GetToolRequest()

GetToolRequest(GetToolRequest)

public GetToolRequest(GetToolRequest other)
Parameter
Name Description
other GetToolRequest

Properties

Name

public string Name { get; set; }

Required. The tool resource name to retrieve. 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