public sealed class ToolCalls : IMessage<ToolCalls>, IEquatable<ToolCalls>, IDeepCloneable<ToolCalls>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class ToolCalls.
Request for the client to execute the tools and return the execution results before continuing the session.
Implements
IMessageToolCalls, IEquatableToolCalls, IDeepCloneableToolCalls, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
ToolCalls()
public ToolCalls()ToolCalls(ToolCalls)
public ToolCalls(ToolCalls other)| Parameter | |
|---|---|
| Name | Description |
other |
ToolCalls |
Properties
ToolCalls_
public RepeatedField<ToolCall> ToolCalls_ { get; }Optional. The list of tool calls to execute.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldToolCall |
|