Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ExtensionTool.
An ExtensionTool is a way to use Vertex Extensions as a tool.
Generated from protobuf message google.cloud.dialogflow.v2.Tool.ExtensionTool
Namespace
Google \ Cloud \ Dialogflow \ V2 \ ToolMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The full name of the referenced vertex extension. Format: |
getName
Required. The full name of the referenced vertex extension.
Format:
projects/{project}/locations/{location}/extensions/{extension}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The full name of the referenced vertex extension.
Format:
projects/{project}/locations/{location}/extensions/{extension}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|