Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class DeleteToolRequest.
Request of DeleteTool.
Generated from protobuf message google.cloud.dialogflow.v2.DeleteToolRequest
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The tool resource name to delete. Format: projects/<Project ID>/locations/<Location ID>/tools/<Tool ID>
getName
Required. The tool resource name to delete. Format: projects/<Project ID>/locations/<Location ID>/tools/<Tool ID>
string
setName
Required. The tool resource name to delete. Format: projects/<Project ID>/locations/<Location ID>/tools/<Tool ID>
var
string
$this
static::build
name
string
Required. The tool resource name to delete. Format: projects/<Project ID>/locations/<Location ID>/tools/<Tool ID>
Please see ToolsClient::toolName()
for help formatting this field.

