toolType property

String? toolType
getter/setter pair

The tool type.

Output only. Possible string values are:

  • "TOOL_TYPE_UNSPECIFIED" : Default value. This value is unused.
  • "CUSTOMIZED_TOOL" : Customer provided tool.
  • "BUILTIN_TOOL" : First party built-in tool created by Dialogflow which cannot be modified.

Implementation

core.String? toolType;