public sealed class SystemTool : IMessage<SystemTool>, IEquatable<SystemTool>, IDeepCloneable<SystemTool>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class SystemTool.
Pre-defined system tool.
Implements
IMessageSystemTool, IEquatableSystemTool, IDeepCloneableSystemTool, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
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 |
|