public sealed class CreateToolRequest : IMessage<CreateToolRequest>, IEquatable<CreateToolRequest>, IDeepCloneable<CreateToolRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class CreateToolRequest.
The request message for [Tools.CreateTool][google.cloud.dialogflow.cx.v3.Tools.CreateTool].
Implements
IMessageCreateToolRequest, IEquatableCreateToolRequest, IDeepCloneableCreateToolRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
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; }| Property Value | |
|---|---|
| Type | Description |
AgentName |
|
Tool
public Tool Tool { get; set; }Required. The Tool to be created.
| Property Value | |
|---|---|
| Type | Description |
Tool |
|