Google Cloud Ces V1 Client - Class AgentToolset (0.1.0)

Reference documentation and code samples for the Google Cloud Ces V1 Client class AgentToolset.

A toolset with a selection of its tools.

Generated from protobuf message google.cloud.ces.v1.Agent.AgentToolset

Namespace

Google \ Cloud \ Ces \ V1 \ Agent

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ toolset string

Required. The resource name of the toolset. Format: projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}

↳ tool_ids array

Optional. The tools IDs to filter the toolset.

getToolset

Required. The resource name of the toolset.

Format: projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}

Returns
Type Description
string

setToolset

Required. The resource name of the toolset.

Format: projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}

Parameter
Name Description
var string
Returns
Type Description
$this

getToolIds

Optional. The tools IDs to filter the toolset.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setToolIds

Optional. The tools IDs to filter the toolset.

Parameter
Name Description
var string[]
Returns
Type Description
$this