Dialogflow v3 API - Class GetToolRequest (3.0.0)

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

Reference documentation and code samples for the Dialogflow v3 API class GetToolRequest.

The request message for [Tools.GetTool][google.cloud.dialogflow.cx.v3.Tools.GetTool].

Inheritance

object > GetToolRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.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 name of the Tool. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>.

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