public sealed class UpdateAgentRequest : IMessage<UpdateAgentRequest>, IEquatable<UpdateAgentRequest>, IDeepCloneable<UpdateAgentRequest>, IBufferMessage, IMessageReference 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].
Implements
IMessageUpdateAgentRequest, IEquatableUpdateAgentRequest, IDeepCloneableUpdateAgentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
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 |
|