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

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

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

Inheritance

object > UpdateToolRequest

Namespace

Google.Cloud.Ces.V1

Assembly

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