Google Cloud Dialogflow v2 API - Class GetToolRequest (4.28.0)

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

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

Request message of GetTool.

Inheritance

object > GetToolRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.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