Show / Hide Table of Contents

Class AgentAgentToolset

A toolset with a selection of its tools.

Inheritance
object
AgentAgentToolset
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX