Gemini Enterprise for Customer Experience v1 API - Class ToolCalls (1.0.0-beta01)

public sealed class ToolCalls : IMessage<ToolCalls>, IEquatable<ToolCalls>, IDeepCloneable<ToolCalls>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > ToolCalls

Namespace

Google.Cloud.Ces.V1

Assembly

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