Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ToolType.
Represents the type of the tool.
Protobuf type google.cloud.dialogflow.cx.v3.Tool.ToolType
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ ToolMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TOOL_TYPE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum TOOL_TYPE_UNSPECIFIED = 0;
CUSTOMIZED_TOOL
Value: 1Customer provided tool.
Generated from protobuf enum CUSTOMIZED_TOOL = 1;
BUILTIN_TOOL
Value: 2First party built-in tool created by Dialogflow which cannot be modified.
Generated from protobuf enum BUILTIN_TOOL = 2;