Dialogflow v3 API - Class CreateToolRequest (3.0.0)

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

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

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

Inheritance

object > CreateToolRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

CreateToolRequest()

public CreateToolRequest()

CreateToolRequest(CreateToolRequest)

public CreateToolRequest(CreateToolRequest other)
Parameter
Name Description
other CreateToolRequest

Properties

Parent

public string Parent { get; set; }

Required. The agent to create a Tool for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

Property Value
Type Description
string

ParentAsAgentName

public AgentName ParentAsAgentName { get; set; }

AgentName-typed view over the Parent resource name property.

Property Value
Type Description
AgentName

Tool

public Tool Tool { get; set; }

Required. The Tool to be created.

Property Value
Type Description
Tool