public sealed class UpdateAgentRequest : IMessage<UpdateAgentRequest>, IEquatable<UpdateAgentRequest>, IDeepCloneable<UpdateAgentRequest>, IBufferMessage, IMessageThe request message for [Agents.UpdateAgent][google.cloud.dialogflow.cx.v3.Agents.UpdateAgent].
Implements
IMessage<UpdateAgentRequest>, IEquatable<UpdateAgentRequest>, IDeepCloneable<UpdateAgentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.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; }The mask to control which fields get updated. If the mask is not present, all fields will be updated.
| Property Value | |
|---|---|
| Type | Description | 
| FieldMask | |