Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class CreateToolRequest.
The request message for Tools.CreateTool .
Generated from protobuf message google.cloud.dialogflow.cx.v3.CreateToolRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The agent to create a Tool for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>
.
↳ tool
getParent
Required. The agent to create a Tool for.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>
.
string
setParent
Required. The agent to create a Tool for.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>
.
var
string
$this
getTool
Required. The Tool to be created.
hasTool
clearTool
setTool
Required. The Tool to be created.
$this
static::build
parent
string
Required. The agent to create a Tool for.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>
. Please see ToolsClient::agentName()
for help formatting this field.
tool

