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

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

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

Request message for [AgentService.UpdateAgent][google.cloud.ces.v1.AgentService.UpdateAgent].

Inheritance

object > UpdateAgentRequest

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

UpdateAgentRequest()

public UpdateAgentRequest()

UpdateAgentRequest(UpdateAgentRequest)

public UpdateAgentRequest(UpdateAgentRequest other)
Parameter
Name Description
other UpdateAgentRequest

Properties

Agent

public Agent Agent { get; set; }

Required. The agent to update.

Property Value
Type Description
Agent

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