Class AgentAgentToolset
A toolset with a selection of its tools.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class AgentAgentToolset : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ToolIds
Optional. The tools IDs to filter the toolset.
Declaration
[JsonProperty("toolIds")]
public virtual IList<string> ToolIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Toolset
Required. The resource name of the toolset. Format:
projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}
Declaration
[JsonProperty("toolset")]
public virtual string Toolset { get; set; }
Property Value
| Type | Description |
|---|---|
| string |