Class GoogleCloudCesV1mainToolCall
Request for the client or the agent to execute the specified tool.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudCesV1mainToolCall : IDirectResponseSchema
Properties
AgentName
Output only. Human-readable name of the agent that issued this call, e.g. "Contract Architect". Empty when the root agent issued it.
Declaration
[JsonProperty("agentName")]
public virtual string AgentName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Args
Optional. The input parameters and values for the tool in JSON object format.
Declaration
[JsonProperty("args")]
public virtual IDictionary<string, object> Args { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |
DisplayName
Output only. Display name of the tool.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Optional. The unique identifier of the tool call. If populated, the client should return the execution result with the matching ID in ToolResponse.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentToolCallId
Output only. The id of the tool call that caused this one, when it was issued by a sub-agent working on behalf of a parent call. Empty for top-level calls. Lets a client group a sub-agent's work under the call that started it instead of rendering every step as a sibling.
Declaration
[JsonProperty("parentToolCallId")]
public virtual string ParentToolCallId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Tool
Optional. The name of the tool to execute. Format:
projects/{project}/locations/{location}/apps/{app}/tools/{tool}
Declaration
[JsonProperty("tool")]
public virtual string Tool { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ToolsetTool
Optional. The toolset tool to execute.
Declaration
[JsonProperty("toolsetTool")]
public virtual GoogleCloudCesV1mainToolsetTool ToolsetTool { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudCesV1mainToolsetTool |