Enum Tool.ToolType (0.52.0)

public enum Tool.ToolType extends Enum<Tool.ToolType> implements ProtocolMessageEnum

Represents the type of the tool.

Protobuf enum google.cloud.dialogflow.cx.v3beta1.Tool.ToolType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BUILTIN_TOOL

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

BUILTIN_TOOL = 2;

BUILTIN_TOOL_VALUE

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

BUILTIN_TOOL = 2;

CUSTOMIZED_TOOL

Customer provided tool.

CUSTOMIZED_TOOL = 1;

CUSTOMIZED_TOOL_VALUE

Customer provided tool.

CUSTOMIZED_TOOL = 1;

TOOL_TYPE_UNSPECIFIED

Default value. This value is unused.

TOOL_TYPE_UNSPECIFIED = 0;

TOOL_TYPE_UNSPECIFIED_VALUE

Default value. This value is unused.

TOOL_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()