Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ToolsetTool.
A tool that is created from a toolset.
Generated from protobuf message google.cloud.dialogflow.v2.ToolsetTool
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ toolset |
string
Required. The name of the toolset to retrieve the schema for. Format: |
↳ operation_id |
string
Optional. The operationId field of the OpenAPI endpoint. The operationId must be present in the toolset's definition. |
↳ confirmation_requirement |
int
Optional. Indicates whether the tool requires human confirmation. |
getToolset
Required. The name of the toolset to retrieve the schema for.
Format:
projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}
| Returns | |
|---|---|
| Type | Description |
string |
|
setToolset
Required. The name of the toolset to retrieve the schema for.
Format:
projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOperationId
Optional. The operationId field of the OpenAPI endpoint. The operationId must be present in the toolset's definition.
| Returns | |
|---|---|
| Type | Description |
string |
|
setOperationId
Optional. The operationId field of the OpenAPI endpoint. The operationId must be present in the toolset's definition.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getConfirmationRequirement
Optional. Indicates whether the tool requires human confirmation.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ConfirmationRequirement. |
setConfirmationRequirement
Optional. Indicates whether the tool requires human confirmation.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ConfirmationRequirement. |
| Returns | |
|---|---|
| Type | Description |
$this |
|