Class ToolCalls
Request for the client to execute the tools and return the execution results before continuing the session.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ToolCalls : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ToolCallsValue
Optional. The list of tool calls to execute.
Declaration
[JsonProperty("toolCalls")]
public virtual IList<ToolCall> ToolCallsValue { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ToolCall> |