Class ToolUse (1.33.0)

ToolUse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Stores metadata of the invocation of an action supported by a tool.

Attributes

NameDescription
tool str
Required. The tool that should be used. Format: projects/.
action str
Optional. Name of the action to be called during the tool use.
input_parameters MutableSequence[google.cloud.dialogflowcx_v3beta1.types.ActionParameter]
A list of input parameters for the action.
output_parameters MutableSequence[google.cloud.dialogflowcx_v3beta1.types.ActionParameter]
A list of output parameters generated by the action.