Google Cloud Dialogflow V2 Client - Class CreateToolRequest (2.3.0)

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

Request message of CreateTool.

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

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ parent
string

Required. The project/location to create tool for. Format: projects/<Project ID>/locations/<Location ID>

↳ tool
Tool

Required. The tool to create.

↳ tool_id
string

Optional. The ID to use for the tool, which will become the final component of the tool's resource name. The tool ID must be compliant with the regression formula [a-zA-Z][a-zA-Z0-9_-]* with the characters length in range of [3,64]. If the field is not provide, an Id will be auto-generated. If the field is provided, the caller is responsible for 1. the uniqueness of the ID, otherwise the request will be rejected. 2. the consistency for whether to use custom ID or not under a project to better ensure uniqueness.

getParent

Required. The project/location to create tool for. Format: projects/<Project ID>/locations/<Location ID>

Returns
Type
Description
string

setParent

Required. The project/location to create tool for. Format: projects/<Project ID>/locations/<Location ID>

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getTool

Required. The tool to create.

Returns
Type
Description
Tool |null

hasTool

clearTool

setTool

Required. The tool to create.

Parameter
Name
Description
var
Returns
Type
Description
$this

getToolId

Optional. The ID to use for the tool, which will become the final component of the tool's resource name.

The tool ID must be compliant with the regression formula [a-zA-Z][a-zA-Z0-9_-]* with the characters length in range of [3,64]. If the field is not provide, an Id will be auto-generated. If the field is provided, the caller is responsible for

  1. the uniqueness of the ID, otherwise the request will be rejected.
  2. the consistency for whether to use custom ID or not under a project to better ensure uniqueness.
Returns
Type
Description
string

setToolId

Optional. The ID to use for the tool, which will become the final component of the tool's resource name.

The tool ID must be compliant with the regression formula [a-zA-Z][a-zA-Z0-9_-]* with the characters length in range of [3,64]. If the field is not provide, an Id will be auto-generated. If the field is provided, the caller is responsible for

  1. the uniqueness of the ID, otherwise the request will be rejected.
  2. the consistency for whether to use custom ID or not under a project to better ensure uniqueness.
Parameter
Name
Description
var
string
Returns
Type
Description
$this

static::build

Parameters
Name
Description
parent
string

Required. The project/location to create tool for. Format: projects/<Project ID>/locations/<Location ID> Please see ToolsClient::locationName() for help formatting this field.

tool
Tool

Required. The tool to create.

toolId
string

Optional. The ID to use for the tool, which will become the final component of the tool's resource name.

The tool ID must be compliant with the regression formula [a-zA-Z][a-zA-Z0-9_-]* with the characters length in range of [3,64]. If the field is not provide, an Id will be auto-generated. If the field is provided, the caller is responsible for

  1. the uniqueness of the ID, otherwise the request will be rejected.
  2. the consistency for whether to use custom ID or not under a project to better ensure uniqueness.
Returns
Type
Description
Design a Mobile Site
View Site in Mobile | Classic
Share by: