public sealed class UpdateAgentRequest : IMessage<UpdateAgentRequest>, IEquatable<UpdateAgentRequest>, IDeepCloneable<UpdateAgentRequest>, IBufferMessage, IMessageThe request message for [Agents.UpdateAgent][google.cloud.dialogflow.cx.v3.Agents.UpdateAgent].
Inheritance
System.Object > UpdateAgentRequestImplements
Google.Protobuf.IMessage<UpdateAgentRequest>, System.IEquatable<UpdateAgentRequest>, Google.Protobuf.IDeepCloneable<UpdateAgentRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
Google.Protobuf.WellKnownTypes.FieldMask |
|