Google Cloud Dialogflow Cx V3 Client - Class ToolType (0.10.1)

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 \ Tool

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TOOL_TYPE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum TOOL_TYPE_UNSPECIFIED = 0;

CUSTOMIZED_TOOL

Value: 1

Customer provided tool.

Generated from protobuf enum CUSTOMIZED_TOOL = 1;

BUILTIN_TOOL

Value: 2

First party built-in tool created by Dialogflow which cannot be modified.

Generated from protobuf enum BUILTIN_TOOL = 2;