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

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

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class SystemTool.

Pre-defined system tool.

Inheritance

object > SystemTool

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

SystemTool()

public SystemTool()

SystemTool(SystemTool)

public SystemTool(SystemTool other)
Parameter
Name Description
other SystemTool

Properties

Description

public string Description { get; set; }

Output only. The description of the system tool.

Property Value
Type Description
string

Name

public string Name { get; set; }

Required. The name of the system tool.

Property Value
Type Description
string