Class UpdateAgentRequest (1.0.0)

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

The request message for [Agents.UpdateAgent][google.cloud.dialogflow.cx.v3.Agents.UpdateAgent].

Inheritance

System.Object > UpdateAgentRequest

Implements

Google.Protobuf.IMessage<UpdateAgentRequest>, System.IEquatable<UpdateAgentRequest>, Google.Protobuf.IDeepCloneable<UpdateAgentRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

UpdateAgentRequest()

public UpdateAgentRequest()

UpdateAgentRequest(UpdateAgentRequest)

public UpdateAgentRequest(UpdateAgentRequest other)
Parameter
NameDescription
otherUpdateAgentRequest

Properties

Agent

public Agent Agent { get; set; }

Required. The agent to update.

Property Value
TypeDescription
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
TypeDescription
Google.Protobuf.WellKnownTypes.FieldMask