Class CreateToolRequest (2.43.0)

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

Request message of CreateTool.

Attributes

Name Description
parent str
Required. The project/location to create tool for. Format: projects/
tool google.cloud.dialogflow_v2beta1.types.Tool
Required. The tool to create.
tool_id str
Optional. The ID to use for the tool, which will become the final component of the tool's resource name. The tool ID must be compliant with the regression formula ``a-zA-Z][a-zA-Z0-9_-]*`` with the characters length in range of [3,64]. If the field is not provide, an Id will be auto-generated. If the field is provided, the caller is responsible for 1. the uniqueness of the ID, otherwise the request will be rejected. 2. the consistency for whether to use custom ID or not under a project to better ensure uniqueness.