Dialogflow v3 API - Class UpdateAgentRequest (2.6.0)

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

Reference documentation and code samples for the Dialogflow v3 API class UpdateAgentRequest.

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

Inheritance

object > UpdateAgentRequest

Namespace

GoogleCloudGoogle.Cloud.DialogflowGoogle.Cloud.Dialogflow.CxV3

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
FieldMask