Reference documentation and code samples for the Google Cloud Ces V1 Client class CreateToolsetRequest.
Request message for AgentService.CreateToolset .
Generated from protobuf message google.cloud.ces.v1.CreateToolsetRequest
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the app to create a toolset in.
↳ toolset_id
string
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
getParent
Required. The resource name of the app to create a toolset in.
string
setParent
Required. The resource name of the app to create a toolset in.
var
string
$this
getToolsetId
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.
string
setToolsetId
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.
var
string
$this
getToolset
Required. The toolset to create.
hasToolset
clearToolset
setToolset
Required. The toolset to create.
$this
static::build
parent
string
Required. The resource name of the app to create a toolset in. Please see AgentServiceClient::appName() for help formatting this field.
toolset
toolsetId
string
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.
static::buildFromParentToolset
parent
string
Required. The resource name of the app to create a toolset in. Please see AgentServiceClient::appName() for help formatting this field.
toolset

