public sealed class GetToolRequest : IMessage<GetToolRequest>, IEquatable<GetToolRequest>, IDeepCloneable<GetToolRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class GetToolRequest.
The request message for [Tools.GetTool][google.cloud.dialogflow.cx.v3.Tools.GetTool].
Implements
IMessageGetToolRequest, IEquatableGetToolRequest, IDeepCloneableGetToolRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
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; }| Property Value | |
|---|---|
| Type | Description |
ToolName |
|