CreateToolsetRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for AgentService.CreateToolset.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The resource name of the app to create a toolset in. |
toolset_id |
str
Optional. The ID to use for the toolset, which will become the final component of the toolset's resource name. If not provided, a unique ID will be automatically assigned for the toolset. |
toolset |
google.cloud.ces_v1beta.types.Toolset
Required. The toolset to create. |