Google Cloud Dialogflow V2 Client - Class GetToolRequest (2.3.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class GetToolRequest.

Request message of GetTool.

Generated from protobuf message google.cloud.dialogflow.v2.GetToolRequest

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The tool resource name to retrieve. Format: projects/<Project ID>/locations/<Location ID>/tools/<Tool ID>

getName

Required. The tool resource name to retrieve. Format: projects/<Project ID>/locations/<Location ID>/tools/<Tool ID>

Returns
Type Description
string

setName

Required. The tool resource name to retrieve. Format: projects/<Project ID>/locations/<Location ID>/tools/<Tool ID>

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The tool resource name to retrieve. Format: projects/<Project ID>/locations/<Location ID>/tools/<Tool ID> Please see ToolsClient::toolName() for help formatting this field.

Returns
Type Description
GetToolRequest