public sealed class UpdateToolRequest : IMessage<UpdateToolRequest>, IEquatable<UpdateToolRequest>, IDeepCloneable<UpdateToolRequest>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class UpdateToolRequest.
Request message for [AgentService.UpdateTool][google.cloud.ces.v1.AgentService.UpdateTool].
Implements
IMessageUpdateToolRequest, IEquatableUpdateToolRequest, IDeepCloneableUpdateToolRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
UpdateToolRequest()
public UpdateToolRequest()UpdateToolRequest(UpdateToolRequest)
public UpdateToolRequest(UpdateToolRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateToolRequest |
Properties
Tool
public Tool Tool { get; set; }Required. The tool to update.
| Property Value | |
|---|---|
| Type | Description |
Tool |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|